mesa: Fix _mesa_problem() on context destroy after application debug output
authorEric Anholt <eric@anholt.net>
Sat, 23 Feb 2013 01:08:28 +0000 (17:08 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 5 Mar 2013 22:24:59 +0000 (14:24 -0800)
commit88831a8d99249b7489995fd2ee94be3fe91f8ac8
tree4bbc64ff1304e89d2922047d792a58455efbf73a
parente0d1e3b785134ef38961e358d8474d027f856539
mesa: Fix _mesa_problem() on context destroy after application debug output

This was apparently not noticed because we don't have any testing of
application-generated debug output.  However, as I'm changing the
GL-generated debug output to use the same path as
application/middleware-generated debug output, this obviously became an
issue.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/errors.c