remove output
[oweals/gnunet.git] / src / transport / plugin_transport_unix.c
index 88df452235ffac85965a3e23f966212f6475afb0..19a4d8e601aa2c616bdbbe4875bee430a758f7b5 100644 (file)
@@ -1043,6 +1043,7 @@ unix_plugin_select_read (struct Plugin *plugin)
   if ((csize < sizeof (struct UNIXMessage)) || (csize > ret))
   {
     GNUNET_break_op (0);
+    GNUNET_free (ua);
     return;
   }
   msgbuf = (char *) &msg[1];