X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.c;h=4339ecd01199a8baeaf64cca8628c95d2742d6b6;hp=a8fd82681822f01827662c771a04234ddc453616;hb=1a3ce9d8821ddcf8ca6fa67a966052f7a0a6b20a;hpb=1b1370f7a8a9cc5434d3e0e54dd620df1e70c873 diff --git a/cgisimple.c b/cgisimple.c index a8fd8268..4339ecd0 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1146,15 +1146,15 @@ static char *get_filter_statistics_table(const struct client_state *csp) if (b->type == FT_CONTENT_FILTER) { unsigned long long executions; - unsigned long long pages_modified; + unsigned long long response_bodies_modified; unsigned long long hits; - get_filter_statistics(b->name, &executions, &pages_modified, &hits); + get_filter_statistics(b->name, &executions, &response_bodies_modified, &hits); snprintf(buf, sizeof(buf), "%s%llu" "%llu" "%llu\n", - b->name, executions, pages_modified, hits); + b->name, executions, response_bodies_modified, hits); if (!err) err = string_append(&statistics, buf); } @@ -1353,6 +1353,7 @@ jb_err cgi_show_status(struct client_state *csp, else { if (!err) err = map(exports, "actions-filenames", 1, "None specified", 1); + freez(s); } /*