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
Родитель 35db2a3e66
Коммит 1120465f18
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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