зеркало из https://github.com/mozilla/pjs.git
Fix build bustage.
This commit is contained in:
Родитель
60482b0530
Коммит
0dd3bcc804
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче