зеркало из https://github.com/mozilla/gecko-dev.git
Bug #144215. gtk2 Mozarea not finalized on Destroy. Patch from mpeseng@tin.it. r=blizzard Not part of the default build.
This commit is contained in:
Родитель
8778c5ff12
Коммит
9d552094ed
|
@ -420,7 +420,8 @@ nsWindow::Destroy(void)
|
|||
gtk_widget_destroy(GTK_WIDGET(mContainer));
|
||||
mContainer = nsnull;
|
||||
}
|
||||
else if (mDrawingarea) {
|
||||
|
||||
if (mDrawingarea) {
|
||||
g_object_unref(mDrawingarea);
|
||||
mDrawingarea = nsnull;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче