---
 src/glx/apple/apple_glx_context.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/glx/apple/apple_glx_context.c 
b/src/glx/apple/apple_glx_context.c
index 0bb25b4..8a6ded2 100644
--- a/src/glx/apple/apple_glx_context.c
+++ b/src/glx/apple/apple_glx_context.c
@@ -142,6 +142,7 @@ apple_glx_create_context(void **ptr, Display * dpy, int 
screen,
    if (sharedac && !is_context_valid(sharedac)) {
       *errorptr = GLXBadContext;
       *x11errorptr = false;
+      free(ac);
       return true;
    }
 
-- 
1.8.5.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to