Bug 884057 - Fix a memory leak in GLContextProviderGLX: was not destroying pixmaps used for offscreen contexts - r=jgilbert

This commit is contained in:
Benoit Jacob 2013-06-16 22:03:12 -04:00
parent 6153fc83db
commit d905c8352f

View File

@ -1387,7 +1387,7 @@ DONE_CREATING_PIXMAP:
display, display,
glxpixmap, glxpixmap,
cfgs[chosenIndex], cfgs[chosenIndex],
false, true,
libToUse, libToUse,
xsurface); xsurface);
} }