On 09/27/2012 10:33 AM, Eric Anholt wrote:
Ian Romanick writes:
From: Ian Romanick
Otherwise intelDestroyContext would try to dereference the pointer to
freed memory.
Does DestroyContext get called out of all these error paths? If so, why
not just remove our freeing?
That's a fair point
Ian Romanick writes:
> From: Ian Romanick
>
> Otherwise intelDestroyContext would try to dereference the pointer to
> freed memory.
Does DestroyContext get called out of all these error paths? If so, why
not just remove our freeing?
pgp2rPWph3DFA.pgp
Description: PGP signature
__
From: Ian Romanick
Otherwise intelDestroyContext would try to dereference the pointer to
freed memory.
NOTE: This is a candidate for the 9.0 branch.
Signed-off-by: Ian Romanick
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=53618
---
src/mesa/drivers/dri/i915/i915_context.c | 14 +