From ff0b8b2d5393bee99f4bdd3a44a4fdff2a7817a9 Mon Sep 17 00:00:00 2001 From: Unbit Date: Fri, 10 May 2013 08:17:54 +0200 Subject: [PATCH] fixed #274 --- core/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/utils.c b/core/utils.c index 69b68b14..070f49c4 100644 --- a/core/utils.c +++ b/core/utils.c @@ -2225,6 +2225,7 @@ struct uwsgi_string_list *uwsgi_string_new_list(struct uwsgi_string_list **list, uwsgi_string->next = NULL; uwsgi_string->custom = 0; uwsgi_string->custom2 = 0; + uwsgi_string->custom_ptr = NULL; return uwsgi_string; }