* BugFix: Correct a few memory leaks.

This commit is contained in:
Robert MacGregor 2021-10-14 19:40:16 -04:00
parent 98657bde7a
commit 2586e73145
2 changed files with 4 additions and 1 deletions

View file

@ -471,6 +471,7 @@ static bool sReadTGA(Stream &stream, GBitmap *bitmap)
default:
//Con::errorf( "Unknown image type" );
delete[] colormap;
return false;
}