Move MIME cleanup before NetSurf's internal exit.
This commit is contained in:
parent
16e80452c2
commit
225161b05e
|
@ -5339,9 +5339,9 @@ int main(int argc, char** argv)
|
|||
AddPart(script, nsoption_charp(arexx_shutdown), 1024);
|
||||
ami_arexx_execute(script);
|
||||
|
||||
netsurf_exit();
|
||||
|
||||
ami_mime_free();
|
||||
|
||||
return 0;
|
||||
netsurf_exit();
|
||||
return RETURN_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue