diff --git a/mozilla/network/module/nsNetService.cpp b/mozilla/network/module/nsNetService.cpp index bff311ee9da..e11e38668e0 100644 --- a/mozilla/network/module/nsNetService.cpp +++ b/mozilla/network/module/nsNetService.cpp @@ -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); } }