Should fix crash.

This commit is contained in:
Themaister 2012-01-30 18:21:46 +01:00
parent c569d9e179
commit e0aa65efc3

View File

@ -60,7 +60,7 @@ int ssnes_main_init_wrap(const struct ssnes_main_wrap *args)
char **tmp = argv; char **tmp = argv;
while (*tmp) while (*tmp)
{ {
free(tmp); free(*tmp);
tmp++; tmp++;
} }