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