aboutsummaryrefslogtreecommitdiff
path: root/src/rest/plugin_rest_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest/plugin_rest_config.c')
-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