This commit is contained in:
Unbit
2013-05-10 08:17:54 +02:00
parent 65209748ba
commit ff0b8b2d53
+1
View File
@@ -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;
}