This commit is contained in:
twinaphex 2020-08-26 02:28:59 +02:00
parent 7456ce1765
commit 9d6386913f

View File

@ -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;