Fix mismatched new/delete operators (master)
This commit is contained in:
parent
e4055f3192
commit
a88bed1690
|
@ -263,7 +263,7 @@ bool naomi_cart_LoadRom(char* file)
|
|||
if (RomCacheMap)
|
||||
{
|
||||
RomCacheMapCount = 0;
|
||||
delete RomCacheMap;
|
||||
delete[] RomCacheMap;
|
||||
}
|
||||
|
||||
RomCacheMapCount = (u32)files.size();
|
||||
|
|
Loading…
Reference in New Issue