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:
blizzard%redhat.com 2002-10-22 20:44:18 +00:00
Родитель 8778c5ff12
Коммит 9d552094ed
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -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;
}