зеркало из https://github.com/mozilla/pjs.git
patch from Bruce Mitchener Jr." <bruce@cybersight.com> to change free to delete [].
This commit is contained in:
Родитель
1b5d9cb054
Коммит
a217c3dc9e
|
@ -84,7 +84,7 @@ NS_IMETHODIMP nsMsgMailboxParserStub::OnStatus(nsIURL* aURL, const PRUnichar* aM
|
|||
nsString str(aMsg);
|
||||
char* c = str.ToNewCString();
|
||||
fputs(c, stdout);
|
||||
free(c);
|
||||
delete [] c;
|
||||
fputs("\n", stdout);
|
||||
|
||||
return 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче