mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(task_database_cue) Fix memory leak
This commit is contained in:
parent
dc3a561845
commit
9770bc354c
@ -122,6 +122,8 @@ static int find_token(RFILE *fd, const char *token)
|
||||
return -1;
|
||||
}
|
||||
|
||||
free(tmp_token);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user