fix memory leak
authorChristian Grothoff <christian@grothoff.org>
Fri, 10 Mar 2017 17:42:28 +0000 (18:42 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 10 Mar 2017 17:42:28 +0000 (18:42 +0100)
src/transport/transport-testing-loggers.c

index de9fa91c14b0fcfeee1610515a86ea8a1b9bbf16..0ebb07d741b93e16de8f1d798dc7803eaf45514b 100644 (file)
@@ -71,6 +71,7 @@ GNUNET_TRANSPORT_TESTING_log_disconnect (void *cls,
               GNUNET_i2s (other),
               me->no,
               ps);
+  GNUNET_free (ps);
 }
 
 /* end of transport-testing-loggers.c */