зеркало из https://github.com/mozilla/gecko-dev.git
Fix crash, leak again.
This commit is contained in:
Родитель
789a2dbe45
Коммит
9bcf094a7d
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче