mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix build bustage.
This commit is contained in:
parent
25f190e698
commit
d7d41ebeb5
@ -1638,8 +1638,8 @@ mime_parse_stream_complete (nsMIMESession *stream)
|
||||
nsServiceManager::ReleaseService(kPrefCID, obj->options->prefs);
|
||||
|
||||
mdd->identity = nsnull;
|
||||
PR_Free(mdd->url_name)
|
||||
PR_Free(mdd->originalMsgURI)
|
||||
PR_Free(mdd->url_name);
|
||||
PR_Free(mdd->originalMsgURI);
|
||||
PR_Free(mdd);
|
||||
|
||||
PR_FREEIF(host);
|
||||
|
Loading…
Reference in New Issue
Block a user