From 20aa9ed25af92d84653009f47d1640d5ea319235 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 24 May 2016 23:45:56 +0200 Subject: [PATCH] (list_special.c) Attempt to solve another defect --- list_special.c | 1 - 1 file changed, 1 deletion(-) diff --git a/list_special.c b/list_special.c index 0c1a0003d8..03e2562b69 100644 --- a/list_special.c +++ b/list_special.c @@ -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; }