aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-23 10:29:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-23 10:29:20 +0000
commite386b0559c9dce3bf4ff382c37ff72ffe7850de4 (patch)
tree8d5fbceef374450bc7ffeeeabd7b73356ff54b9d
parent54d63ce6b5cf65138439558592b36ed50c243232 (diff)
downloadgnunet-e386b0559c9dce3bf4ff382c37ff72ffe7850de4.tar.gz
gnunet-e386b0559c9dce3bf4ff382c37ff72ffe7850de4.zip
fixing 1719
-rw-r--r--src/transport/transport_api_new.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/transport_api_new.c b/src/transport/transport_api_new.c
index fe30647d9..26ad16a2e 100644
--- a/src/transport/transport_api_new.c
+++ b/src/transport/transport_api_new.c
@@ -1358,6 +1358,7 @@ GNUNET_TRANSPORT_disconnect (struct GNUNET_TRANSPORT_Handle *handle)
1358 GNUNET_assert (handle->hwl_head == NULL); 1358 GNUNET_assert (handle->hwl_head == NULL);
1359 GNUNET_assert (handle->hwl_tail == NULL); 1359 GNUNET_assert (handle->hwl_tail == NULL);
1360 GNUNET_CONTAINER_heap_destroy (handle->ready_heap); 1360 GNUNET_CONTAINER_heap_destroy (handle->ready_heap);
1361 handle->ready_heap = NULL;
1361 GNUNET_free (handle); 1362 GNUNET_free (handle);
1362} 1363}
1363 1364