missing list close

This commit is contained in:
Łukasz Mierzwa
2013-03-28 16:56:31 +01:00
parent 02693489fe
commit ecccc82cc8
+3
View File
@@ -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;
}