зеркало из https://github.com/mozilla/pjs.git
fixed crash on delete (the OS deleted the menu a second time)
This commit is contained in:
Родитель
7b33113aea
Коммит
3f2e184358
|
@ -48,8 +48,8 @@ nsComboBox::~nsComboBox()
|
|||
{
|
||||
if (mMenuHandle)
|
||||
{
|
||||
::DeleteMenu(mMenuID);
|
||||
::DisposeMenu(mMenuHandle);
|
||||
// ::DeleteMenu(mMenuID);
|
||||
// ::DisposeMenu(mMenuHandle);
|
||||
mMenuHandle = nsnull;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче