mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
CRUISE: Plug memory lek. CID 1003917
This commit is contained in:
parent
575179be7f
commit
5a9d437866
@ -265,6 +265,8 @@ int loadFile(const char* name, int idx, int destIdx) {
|
||||
error("Unknown fileType in loadFile");
|
||||
}
|
||||
|
||||
MemFree(ptr);
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user