From ecccc82cc8be257900033b515bc562951e273bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 28 Mar 2013 16:56:31 +0100 Subject: [PATCH] missing list close --- core/master_utils.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/master_utils.c b/core/master_utils.c index 59aea4b7..bbfb72e1 100644 --- a/core/master_utils.c +++ b/core/master_utils.c @@ -957,6 +957,9 @@ struct uwsgi_stats *uwsgi_master_generate_stats() { uc = uc->next; } + if (uwsgi_stats_list_close(us)) + goto end; + if (uwsgi_stats_comma(us)) goto end; }