aboutsummaryrefslogtreecommitdiff
path: root/src/rest
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-08-08 17:03:15 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-08-08 17:03:15 +0200
commit8eaf6eafbf7f1bab5f40ade995161ee27a05a84f (patch)
treebe8fe0b9266b3a03c723179318ee990e3ece8e1d /src/rest
parent615487401fd79c62ea42ad15ad3740995030ec5c (diff)
downloadgnunet-8eaf6eafbf7f1bab5f40ade995161ee27a05a84f.tar.gz
gnunet-8eaf6eafbf7f1bab5f40ade995161ee27a05a84f.zip
-various coverity fixes
Diffstat (limited to 'src/rest')
-rw-r--r--src/rest/plugin_rest_config.c1
1 files changed, 1 insertions, 0 deletions
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,
334 handle->proc (handle->proc_cls, 334 handle->proc (handle->proc_cls,
335 GNUNET_REST_create_response (NULL), 335 GNUNET_REST_create_response (NULL),
336 MHD_HTTP_OK); 336 MHD_HTTP_OK);
337 GNUNET_free (cfg_fn);
337 cleanup_handle (handle); 338 cleanup_handle (handle);
338} 339}
339 340