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