mesa/src
Jonas Ådahl a3b6b2d305 wayland: Destroy frame callback when destroying surface
If a frame callback is not destroyed when destroying a surface, its
handler function will be invoked if the surface was destroyed after the
callback was requested but before it was invoked, causing a write on
free:ed memory.

This can happen if eglDestroySurface() is called shortly after
eglSwapBuffers().

Note: This is a candidate for stable branches.

Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
2012-11-07 16:13:03 -05:00
..
egl wayland: Destroy frame callback when destroying surface 2012-11-07 16:13:03 -05:00
gallium wayland: Destroy frame callback when destroying surface 2012-11-07 16:13:03 -05:00
gbm gbm: Use the kms dumb ioctls for cursor instead of libkms 2012-10-21 13:00:49 -04:00
getopt
glsl glsl: fix signed/unsigned comparision warnings on MSVC 2012-11-06 07:42:37 -07:00
glx dispatch: Include glheader.h in dispatch-related files. 2012-11-01 11:22:24 -07:00
gtest build: Fix gtest out-of-tree build 2012-08-14 10:54:39 -07:00
mapi dispatch: Code generate api_exec.c. 2012-11-06 12:57:45 -08:00
mesa mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes. 2012-11-07 00:00:46 -08:00
.gitignore automake: Convert src/Makefile to automake. 2012-06-11 09:28:00 -07:00
Makefile.am automake: Convert src/Makefile to automake. 2012-06-11 09:28:00 -07:00
SConscript Remove libGLU 2012-08-31 10:58:15 -07:00