aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-25 18:11:37 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-25 18:11:37 +0000
commit9ea6c6cc680d8110b0c56393e9349a3b4f49ab69 (patch)
tree6dbf37d8367544a89a1591ddfff2f2c4dea30689 /src/transport/plugin_transport_udp.c
parentef1872a28ac7d3304731274f7cd58eca78d62b93 (diff)
downloadgnunet-9ea6c6cc680d8110b0c56393e9349a3b4f49ab69.tar.gz
gnunet-9ea6c6cc680d8110b0c56393e9349a3b4f49ab69.zip
clenaer
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 0f74ce128..0d01e6c97 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -603,6 +603,7 @@ udp_real_send (void *cls,
603 else 603 else
604 { 604 {
605 GNUNET_break_op (0); 605 GNUNET_break_op (0);
606 GNUNET_free (message);
606 return -1; 607 return -1;
607 } 608 }
608 609