mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Should fix crash.
This commit is contained in:
parent
c569d9e179
commit
e0aa65efc3
@ -60,7 +60,7 @@ int ssnes_main_init_wrap(const struct ssnes_main_wrap *args)
|
||||
char **tmp = argv;
|
||||
while (*tmp)
|
||||
{
|
||||
free(tmp);
|
||||
free(*tmp);
|
||||
tmp++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user