зеркало из https://github.com/mozilla/pjs.git
bug 296522: nsJAR.cpp uses wrong allocator
patch by john <johnli1995@hotmail.com>, r=darin, a=asa
This commit is contained in:
Родитель
2746a7568e
Коммит
b49516c3c9
|
@ -160,7 +160,7 @@ PR_STATIC_CALLBACK(PRBool)
|
|||
DeleteManifestEntry(nsHashKey* aKey, void* aData, void* closure)
|
||||
{
|
||||
//-- deletes an entry in mManifestData.
|
||||
PR_FREEIF(aData);
|
||||
delete (nsJARManifestItem*)aData;
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче