aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index c1cfdb62f..fd789295d 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -835,7 +835,7 @@ GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle)
835 GNUNET_MQ_destroy (handle->mq); 835 GNUNET_MQ_destroy (handle->mq);
836 handle->mq = NULL; 836 handle->mq = NULL;
837 } 837 }
838 GNUNET_free (handle->handlers); 838 GNUNET_free_non_null (handle->handlers);
839 GNUNET_free (handle); 839 GNUNET_free (handle);
840} 840}
841 841