mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(task_database_cue) Fix memory leak
This commit is contained in:
parent
dc3a561845
commit
9770bc354c
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ static int find_token(RFILE *fd, const char *token)
|
|||
return -1;
|
||||
}
|
||||
|
||||
free(tmp_token);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue