зеркало из https://github.com/mozilla/pjs.git
fixed mem leak
This commit is contained in:
Родитель
53c09cac8a
Коммит
d6f0c9498f
|
@ -29,6 +29,7 @@ TestConverter::Convert(nsIInputStream *aFromStream,
|
|||
nsString2 to(aToType);
|
||||
char *toMIME = to.ToNewCString();
|
||||
char toChar = *toMIME;
|
||||
nsAllocator::Free(toMIME);
|
||||
|
||||
for (PRUint32 i = 0; i < read; i++)
|
||||
buf[i] = toChar;
|
||||
|
|
Загрузка…
Ссылка в новой задаче