mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Fix mismatched delete
This commit is contained in:
parent
61664c7872
commit
21c66044ed
@ -79,7 +79,7 @@ nsCompressedMap::nsCompressedMap(PRUnichar *aTable, PRUint32 aSize)
|
||||
|
||||
nsCompressedMap::~nsCompressedMap()
|
||||
{
|
||||
delete mCache;
|
||||
delete[] mCache;
|
||||
}
|
||||
|
||||
PRUnichar nsCompressedMap::Map(PRUnichar aChar)
|
||||
|
Loading…
x
Reference in New Issue
Block a user