mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Fix another memory leak
This commit is contained in:
parent
50d48139a3
commit
e74da12d26
@ -535,6 +535,7 @@ clean:
|
|||||||
free(tmp_token);
|
free(tmp_token);
|
||||||
free(last_file);
|
free(last_file);
|
||||||
intfstream_close(fd);
|
intfstream_close(fd);
|
||||||
|
free(fd);
|
||||||
return rv;
|
return rv;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user