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 ddb5f747c..1866c56a4 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -1383,6 +1383,7 @@ unix_transport_server_start (void *cls)
1383 if (NULL == plugin->unix_sock.desc) 1383 if (NULL == plugin->unix_sock.desc)
1384 { 1384 {
1385 GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "socket"); 1385 GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "socket");
1386 GNUNET_free (un);
1386 return GNUNET_SYSERR; 1387 return GNUNET_SYSERR;
1387 } 1388 }
1388 if ('\0' != un->sun_path[0]) 1389 if ('\0' != un->sun_path[0])