On 06/23/2011 08:39 PM, Marek Olšák wrote:
NOTE: This is a candidate for the 7.10 branch. --- src/mesa/main/pack.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c index d6470e3..7d541dc 100644 --- a/src/mesa/main/pack.c +++ b/src/mesa/main/pack.c @@ -4782,6 +4782,7 @@ _mesa_unpack_depth_span( struct gl_context *ctx, GLuint n, } zValues[i] = value& 0xffffff00; } + free(depthTemp); return; } else {
Reviewed-by: Brian Paul <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
