json-rpc-test-server: fix a potential memory leak

This commit is contained in:
Přemysl Eric Janouch 2020-10-13 02:08:53 +02:00
parent ee79249d23
commit 5d2cd01db0
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ fcgi_muxer_on_get_values
nv_parser.output = &values;
fcgi_nv_parser_push (&nv_parser, parser->content.str, parser->content.len);
fcgi_nv_parser_free (&nv_parser);
const char *key = NULL;
// No real-world servers seem to actually use multiplexing