aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-28 09:42:24 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-28 09:42:24 +0100
commitf38b77438b16d13a8820b671d0e0a75da0fc1ead (patch)
tree2aa4b4a5a73b56b59558b49afcf2596277eb431a /src/rest-plugins
parent691791e3ec1750884f9a94ef39c37c6fff819000 (diff)
downloadgnunet-f38b77438b16d13a8820b671d0e0a75da0fc1ead.tar.gz
gnunet-f38b77438b16d13a8820b671d0e0a75da0fc1ead.zip
REST: free header
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/plugin_rest_openid_connect.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rest-plugins/plugin_rest_openid_connect.c b/src/rest-plugins/plugin_rest_openid_connect.c
index 8f11455b4..3cf4d4360 100644
--- a/src/rest-plugins/plugin_rest_openid_connect.c
+++ b/src/rest-plugins/plugin_rest_openid_connect.c
@@ -1450,7 +1450,8 @@ login_cont (struct GNUNET_REST_RequestHandle *con_handle,
1450 GNUNET_CONTAINER_MULTIHASHMAPOPTION_REPLACE); 1450 GNUNET_CONTAINER_MULTIHASHMAPOPTION_REPLACE);
1451 } 1451 }
1452 handle->proc (handle->proc_cls, resp, MHD_HTTP_OK); 1452 handle->proc (handle->proc_cls, resp, MHD_HTTP_OK);
1453 GNUNET_free(cookie); 1453 GNUNET_free (cookie);
1454 GNUNET_free (header_val);
1454 json_decref (root); 1455 json_decref (root);
1455 GNUNET_SCHEDULER_add_now (&cleanup_handle_delayed, handle); 1456 GNUNET_SCHEDULER_add_now (&cleanup_handle_delayed, handle);
1456} 1457}