mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix some invalid heap ops found by Dr Memory
This commit is contained in:
@ -94,7 +94,7 @@ plProgressMgr::~plProgressMgr()
|
||||
{
|
||||
for (int i=0; i < LOADING_RES_COUNT; i++)
|
||||
{
|
||||
delete fImageRotation[i];
|
||||
delete[] fImageRotation[i];
|
||||
}
|
||||
|
||||
while( fOperations != nil )
|
||||
|
Reference in New Issue
Block a user