Merge pull request #1683 from marauder2k9-torque/Plugging-Leaks
Some checks are pending
Linux Build / Ubuntu Latest GCC (push) Waiting to run
MacOSX Build / MacOSX Latest Clang (push) Waiting to run
Windows Build / Windows Latest MSVC (push) Waiting to run

Update ImageAsset.cpp
This commit is contained in:
Brian Roberts 2026-03-07 08:57:16 -06:00 committed by GitHub
commit ec45af5a57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -669,8 +669,8 @@ void ImageAsset::populateImage(void)
mImageHeight = tempFile->mHeight;
}
ddsFs->close();
delete tempFile;
delete ddsFs;
}
else
{