aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim')
-rw-r--r--src/reclaim/plugin_rest_pabc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reclaim/plugin_rest_pabc.c b/src/reclaim/plugin_rest_pabc.c
index a0551f215..4b7d21df3 100644
--- a/src/reclaim/plugin_rest_pabc.c
+++ b/src/reclaim/plugin_rest_pabc.c
@@ -282,6 +282,7 @@ set_attributes_from_idtoken (const struct pabc_context *ctx,
282 "Failed to set attribute `%s'.\n", key); 282 "Failed to set attribute `%s'.\n", key);
283 } 283 }
284 } 284 }
285 GNUNET_free (jwt_string);
285 return PABC_OK; 286 return PABC_OK;
286} 287}
287 288