(list_special.c) Attempt to solve another defect

This commit is contained in:
twinaphex 2016-05-24 23:45:56 +02:00
parent d037d12faa
commit 20aa9ed25a

View File

@ -280,7 +280,6 @@ struct string_list *string_list_new_special(enum string_list_type type,
error:
string_list_free(s);
s = NULL;
*len = 0;
return NULL;
}