This commit is contained in:
bruce%cybersight.com 2000-04-04 00:33:34 +00:00
Родитель b58d97eecb
Коммит 4a5a34ee41
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -98,6 +98,10 @@ nsRenderingContextGTK::~nsRenderingContextGTK()
if (nsnull != mDrawStringBuf) {
delete [] mDrawStringBuf;
}
if (nsnull != mGC) {
gdk_gc_unref(mGC);
}
}