mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
* BugFix: Correct a few memory leaks.
This commit is contained in:
parent
98657bde7a
commit
2586e73145
2 changed files with 4 additions and 1 deletions
|
|
@ -471,6 +471,7 @@ static bool sReadTGA(Stream &stream, GBitmap *bitmap)
|
|||
|
||||
default:
|
||||
//Con::errorf( "Unknown image type" );
|
||||
delete[] colormap;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue