aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-07-02 07:39:00 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-07-02 07:39:00 +0000
commit111db1ce6c579571f09cb33bd7449c96a77cd42d (patch)
tree616efb5e5016c33ae8d879aacf66d70b775dad29 /src/transport/plugin_transport_udp.c
parent99cc9423ee72c2316e4a91665bec79328df143a6 (diff)
downloadgnunet-111db1ce6c579571f09cb33bd7449c96a77cd42d.tar.gz
gnunet-111db1ce6c579571f09cb33bd7449c96a77cd42d.zip
fix: memory leak
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 078946f0a..5707415a8 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -626,6 +626,7 @@ udp_string_to_address (void *cls, const char *addr, uint16_t addrlen,
626 &socket_address)) 626 &socket_address))
627 { 627 {
628 GNUNET_break (0); 628 GNUNET_break (0);
629 GNUNET_free (plugin);
629 return GNUNET_SYSERR; 630 return GNUNET_SYSERR;
630 } 631 }
631 632