mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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;
|
mImageHeight = tempFile->mHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
ddsFs->close();
|
|
||||||
delete tempFile;
|
delete tempFile;
|
||||||
|
delete ddsFs;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue