This commit is contained in:
twinaphex 2016-01-27 08:50:23 +01:00
parent 9ad2e6fa1f
commit a9e71b12e1

View file

@ -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",