mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-08 06:50:42 +00:00
Merge pull request #1683 from marauder2k9-torque/Plugging-Leaks
Update ImageAsset.cpp
This commit is contained in:
commit
ec45af5a57
1 changed files with 1 additions and 1 deletions
|
|
@ -669,8 +669,8 @@ void ImageAsset::populateImage(void)
|
|||
mImageHeight = tempFile->mHeight;
|
||||
}
|
||||
|
||||
ddsFs->close();
|
||||
delete tempFile;
|
||||
delete ddsFs;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue