зеркало из https://github.com/mozilla/pjs.git
Release mNativeDragTarget to fix leaks. no bug. reviewed by rods.
This commit is contained in:
Родитель
bc951583c1
Коммит
3504d7782a
|
@ -240,6 +240,8 @@ nsWindow::~nsWindow()
|
|||
if (mIMECompositionString!=NULL) delete [] mIMECompositionString;
|
||||
if (mIMEAttributeString!=NULL) delete [] mIMEAttributeString;
|
||||
if (mIMECompositionUniString!=NULL) delete [] mIMECompositionUniString;
|
||||
|
||||
NS_IF_RELEASE(mNativeDragTarget);
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче