aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 88df45223..19a4d8e60 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -1043,6 +1043,7 @@ unix_plugin_select_read (struct Plugin *plugin)
1043 if ((csize < sizeof (struct UNIXMessage)) || (csize > ret)) 1043 if ((csize < sizeof (struct UNIXMessage)) || (csize > ret))
1044 { 1044 {
1045 GNUNET_break_op (0); 1045 GNUNET_break_op (0);
1046 GNUNET_free (ua);
1046 return; 1047 return;
1047 } 1048 }
1048 msgbuf = (char *) &msg[1]; 1049 msgbuf = (char *) &msg[1];