Fix for #34220. r=Pavlov

git-svn-id: svn://10.0.0.236/trunk@65100 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bruce%cybersight.com 2000-04-04 00:33:34 +00:00
parent 220b26baf6
commit 3366dbbc52

View File

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