Fix build bustage.

This commit is contained in:
ducarroz%netscape.com 2002-07-05 00:14:32 +00:00
parent 25f190e698
commit d7d41ebeb5

View File

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