Merge branch 'maint' of https://github.com/edward-san/zdoom into maint

This commit is contained in:
Christoph Oelckers 2013-07-30 15:08:44 +02:00
commit a13af5cc65
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ void FTextureManager::DeleteAll()
{
if (mAnimatedDoors[i].TextureFrames != NULL)
{
delete mAnimatedDoors[i].TextureFrames;
delete[] mAnimatedDoors[i].TextureFrames;
mAnimatedDoors[i].TextureFrames = NULL;
}
}