Skip to content

Commit 9d63869

Browse files
committed
Resync
1 parent 7456ce1 commit 9d63869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lists/string_list.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ bool string_list_initialize(struct string_list *list)
147147
return false;
148148
if (!string_list_initialize_internal(list))
149149
{
150-
string_list_free(list);
150+
string_list_deinitialize(list);
151151
return false;
152152
}
153153
return true;

0 commit comments

Comments
 (0)