From 8eaf6eafbf7f1bab5f40ade995161ee27a05a84f Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 8 Aug 2021 17:03:15 +0200 Subject: -various coverity fixes --- src/rest/plugin_rest_config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rest') diff --git a/src/rest/plugin_rest_config.c b/src/rest/plugin_rest_config.c index af833efff..8269a4662 100644 --- a/src/rest/plugin_rest_config.c +++ b/src/rest/plugin_rest_config.c @@ -334,6 +334,7 @@ set_cont (struct GNUNET_REST_RequestHandle *con_handle, handle->proc (handle->proc_cls, GNUNET_REST_create_response (NULL), MHD_HTTP_OK); + GNUNET_free (cfg_fn); cleanup_handle (handle); } -- cgit v1.2.3