зеркало из https://github.com/mozilla/pjs.git
Fix a GC leaking from nsToolkit. r=Pavlov,a=waterson
This commit is contained in:
Родитель
3a7ae2ce20
Коммит
d41c2f61bb
|
@ -47,8 +47,10 @@ nsToolkit::nsToolkit()
|
|||
//-------------------------------------------------------------------------
|
||||
nsToolkit::~nsToolkit()
|
||||
{
|
||||
if (mSharedGC)
|
||||
if (mSharedGC) {
|
||||
gdk_gc_unref(mSharedGC);
|
||||
gdk_gc_destroy(mSharedGC);
|
||||
}
|
||||
|
||||
// Remove the TLS reference to the toolkit...
|
||||
PR_SetThreadPrivate(gToolkitTLSIndex, nsnull);
|
||||
|
|
Загрузка…
Ссылка в новой задаче