aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_plaintext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/escrow/plugin_escrow_plaintext.c')
-rw-r--r--src/escrow/plugin_escrow_plaintext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/escrow/plugin_escrow_plaintext.c b/src/escrow/plugin_escrow_plaintext.c
index 8e2c2204b..36c275a6b 100644
--- a/src/escrow/plugin_escrow_plaintext.c
+++ b/src/escrow/plugin_escrow_plaintext.c
@@ -540,6 +540,8 @@ libgnunet_plugin_escrow_plaintext_done (void *cls)
540{ 540{
541 struct GNUNET_ESCROW_KeyPluginFunctions *api = cls; 541 struct GNUNET_ESCROW_KeyPluginFunctions *api = cls;
542 542
543 ph.state = ESCROW_PLUGIN_STATE_CLEANUP;
544
543 GNUNET_free (api); 545 GNUNET_free (api);
544 GNUNET_IDENTITY_disconnect (identity_handle); 546 GNUNET_IDENTITY_disconnect (identity_handle);
545 ESCROW_cleanup_ego_list (&ph); 547 ESCROW_cleanup_ego_list (&ph);