mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
WINTERMUTE: Remember to free the image decoders after use.
This commit is contained in:
parent
088a6b7b45
commit
ed7b31f841
@ -167,6 +167,7 @@ HRESULT CBSurfaceSDL::Create(const char *Filename, bool default_ck, byte ck_red,
|
||||
warning("Surface-textures not fully ported yet");
|
||||
hasWarned = true;
|
||||
}
|
||||
delete imgDecoder;
|
||||
#if 0
|
||||
_texture = SDL_CreateTextureFromSurface(renderer->GetSdlRenderer(), surf);
|
||||
if (!_texture) {
|
||||
|
Loading…
Reference in New Issue
Block a user