mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanup
This commit is contained in:
parent
9ad2e6fa1f
commit
a9e71b12e1
1 changed files with 5 additions and 1 deletions
|
@ -287,7 +287,11 @@ static bool content_load_state(const char *path)
|
|||
free(blocks[i].data);
|
||||
free(blocks);
|
||||
free(buf);
|
||||
return ret;
|
||||
|
||||
if (!ret)
|
||||
goto error;
|
||||
|
||||
return true;
|
||||
|
||||
error:
|
||||
RARCH_ERR("%s \"%s\".\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue