diff options
-rw-r--r-- | src/transport/plugin_transport_udp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 078946f0a5..5707415a80 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, &socket_address)) { GNUNET_break (0); + GNUNET_free (plugin); return GNUNET_SYSERR; } |