aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-15 11:41:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-15 11:41:27 +0000
commitec3b01719d0dc6d12bfa3cc093fb30453e42e146 (patch)
treeaa14eabef248a7359a3a2d92c7a197b0f8b7ca1c /src/transport/plugin_transport_udp.c
parent50933946df11f262a622c418fd6b0dbbee1d6e2d (diff)
downloadgnunet-ec3b01719d0dc6d12bfa3cc093fb30453e42e146.tar.gz
gnunet-ec3b01719d0dc6d12bfa3cc093fb30453e42e146.zip
fix
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index bc45e496f..07cffa60c 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -938,6 +938,7 @@ udp_read (struct Plugin *plugin,
938 { 938 {
939 /* remove 'rc' that was inactive the longest */ 939 /* remove 'rc' that was inactive the longest */
940 rc = GNUNET_CONTAINER_heap_remove_root (plugin->defrags); 940 rc = GNUNET_CONTAINER_heap_remove_root (plugin->defrags);
941 GNUNET_assert (NULL != rc);
941 GNUNET_DEFRAGMENT_context_destroy (rc->defrag); 942 GNUNET_DEFRAGMENT_context_destroy (rc->defrag);
942 GNUNET_free (rc); 943 GNUNET_free (rc);
943 } 944 }