mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix another memory leak
This commit is contained in:
parent
50d48139a3
commit
e74da12d26
1 changed files with 1 additions and 0 deletions
|
@ -535,6 +535,7 @@ clean:
|
|||
free(tmp_token);
|
||||
free(last_file);
|
||||
intfstream_close(fd);
|
||||
free(fd);
|
||||
return rv;
|
||||
|
||||
error:
|
||||
|
|
Loading…
Add table
Reference in a new issue