mirror of
https://github.com/libretro/libretro-common.git
synced 2024-11-24 00:29:50 +00:00
Resync
This commit is contained in:
parent
7456ce1765
commit
9d6386913f
@ -147,7 +147,7 @@ bool string_list_initialize(struct string_list *list)
|
||||
return false;
|
||||
if (!string_list_initialize_internal(list))
|
||||
{
|
||||
string_list_free(list);
|
||||
string_list_deinitialize(list);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user