aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
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}