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:
@@ -98,6 +98,10 @@ nsRenderingContextGTK::~nsRenderingContextGTK()
|
||||
if (nsnull != mDrawStringBuf) {
|
||||
delete [] mDrawStringBuf;
|
||||
}
|
||||
|
||||
if (nsnull != mGC) {
|
||||
gdk_gc_unref(mGC);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user