зеркало из https://github.com/mozilla/pjs.git
Remove duplicate XFree call. (Bug 605992) r=vlad a2.0=joedrew
This commit is contained in:
Родитель
2be68ed209
Коммит
5d51eed830
|
@ -470,7 +470,6 @@ GLContextProviderGLX::CreateForWindow(nsIWidget *aWidget)
|
|||
XWindowAttributes widgetAttrs;
|
||||
if (!XGetWindowAttributes(display, window, &widgetAttrs)) {
|
||||
NS_WARNING("[GLX] XGetWindowAttributes() failed");
|
||||
XFree(cfgs);
|
||||
return nsnull;
|
||||
}
|
||||
const VisualID widgetVisualID = XVisualIDFromVisual(widgetAttrs.visual);
|
||||
|
|
Загрузка…
Ссылка в новой задаче