зеркало из https://github.com/mozilla/pjs.git
fix mismatched free
This commit is contained in:
Родитель
16fe98501a
Коммит
00ef281d03
|
@ -82,7 +82,7 @@ static nsresult GetMessage(nsIURI *aURL, nsIMessage **message)
|
|||
messageResource->QueryInterface(nsCOMTypeInfo<nsIMessage>::GetIID(), (void**)message);
|
||||
}
|
||||
}
|
||||
delete[] uri;
|
||||
nsAllocator::Free(uri);
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче