Fix crash, leak again.
git-svn-id: svn://10.0.0.236/trunk@6137 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user