mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
(list_special.c) Attempt to solve another defect
This commit is contained in:
parent
d037d12faa
commit
20aa9ed25a
@ -280,7 +280,6 @@ struct string_list *string_list_new_special(enum string_list_type type,
|
|||||||
error:
|
error:
|
||||||
string_list_free(s);
|
string_list_free(s);
|
||||||
s = NULL;
|
s = NULL;
|
||||||
*len = 0;
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user