Files
mesa/src/glx
Emil Velikov b0eada1707 glx: do not leak the dri2 extension information
The XExtensionInfo is allocated dynamically (if the pointer is NULL)
in the XEXT_GENERATE_FIND_DISPLAY macro. On the other hand the
macro XEXT_GENERATE_CLOSE_DISPLAY does not check/free the memory.

Follow the example set by dri1 and appledri, and use a static variable.

Spotted while hunting "still reachable" leaks in Waffle.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-02-18 11:02:25 +00:00
..
2015-02-10 20:35:10 -08:00
2013-01-10 22:01:31 +01:00
2014-05-23 15:24:07 +01:00
2014-06-12 10:19:00 -06:00
2012-10-09 14:32:02 -07:00
2014-12-16 13:50:53 +02:00
2014-12-16 13:50:53 +02:00
2014-05-23 15:24:07 +01:00
2014-05-23 15:24:07 +01:00
2014-05-23 15:24:07 +01:00
2013-06-27 07:48:18 -06:00
2014-03-03 13:08:59 -07:00
2014-05-23 15:24:07 +01:00
2014-01-17 20:00:32 +00:00
2014-01-17 20:00:32 +00:00
2014-01-17 20:00:32 +00:00
2015-02-10 22:22:33 -08:00