Extending the testcases to use bluetooth
[oweals/gnunet.git] / src / transport / test_transport_api_timeout.c
index 607a2e123e948ff2e4605b1c06e15cb3c3962bbe..a3bef6b9481d042edd9b22f42e48d776e4ad37e5 100644 (file)
@@ -249,6 +249,7 @@ start_cb (struct PeerContext *p, void *cls)
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Test tries to connect peer %u (`%s') -> peer %u (`%s')\n",
               p1->no, sender_c, p2->no, GNUNET_i2s (&p2->id));
+  GNUNET_free (sender_c);
 
   cc = GNUNET_TRANSPORT_TESTING_connect_peers (tth, p1, p2, &testing_connect_cb,
                                                NULL);