Fix crash, leak again.

git-svn-id: svn://10.0.0.236/trunk@6137 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scullin%netscape.com
1998-07-22 02:56:50 +00:00
parent e727c63ed5
commit 264497527a

View File

@@ -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);
}
}