зеркало из https://github.com/mozilla/pjs.git
Fix crash, leak again.
This commit is contained in:
Родитель
23eb4a6ae4
Коммит
b463f1b1f2
|
@ -515,6 +515,6 @@ static void bam_exit_routine(URL_Struct *URL_s, int status, MWContext *window_id
|
|||
extern "C" void net_ReleaseContext(MWContext *context)
|
||||
{
|
||||
if (context) {
|
||||
free_stub_context(context);
|
||||
// free_stub_context(context);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче