json-rpc-test-server: fix a potential memory leak
This commit is contained in:
parent
ee79249d23
commit
5d2cd01db0
|
@ -329,6 +329,7 @@ fcgi_muxer_on_get_values
|
||||||
nv_parser.output = &values;
|
nv_parser.output = &values;
|
||||||
|
|
||||||
fcgi_nv_parser_push (&nv_parser, parser->content.str, parser->content.len);
|
fcgi_nv_parser_push (&nv_parser, parser->content.str, parser->content.len);
|
||||||
|
fcgi_nv_parser_free (&nv_parser);
|
||||||
const char *key = NULL;
|
const char *key = NULL;
|
||||||
|
|
||||||
// No real-world servers seem to actually use multiplexing
|
// No real-world servers seem to actually use multiplexing
|
||||||
|
|
Loading…
Reference in New Issue