diff options
Diffstat (limited to 'src/authorization/anastasis_authorization_plugin_email.c')
-rw-r--r-- | src/authorization/anastasis_authorization_plugin_email.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/authorization/anastasis_authorization_plugin_email.c b/src/authorization/anastasis_authorization_plugin_email.c index 62b50b8..da08360 100644 --- a/src/authorization/anastasis_authorization_plugin_email.c +++ b/src/authorization/anastasis_authorization_plugin_email.c | |||
@@ -296,6 +296,7 @@ email_done_cb (void *cls, | |||
296 | { | 296 | { |
297 | struct ANASTASIS_AUTHORIZATION_State *as = cls; | 297 | struct ANASTASIS_AUTHORIZATION_State *as = cls; |
298 | 298 | ||
299 | GNUNET_OS_process_destroy (ac->child); | ||
299 | as->child = NULL; | 300 | as->child = NULL; |
300 | as->cwh = NULL; | 301 | as->cwh = NULL; |
301 | as->pst = type; | 302 | as->pst = type; |