aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing-main.c')
-rw-r--r--src/transport/transport-testing-main.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/transport/transport-testing-main.c b/src/transport/transport-testing-main.c
index f196d586b..79f6a0152 100644
--- a/src/transport/transport-testing-main.c
+++ b/src/transport/transport-testing-main.c
@@ -145,9 +145,8 @@ struct GNUNET_TRANSPORT_TESTING_InternalPeerContext
145 145
146 146
147/** 147/**
148 * Function called when we connected two peers. 148 * Function called when we connected two peers. Once we have gotten
149 * Once we have gotten to the clique, launch 149 * to the clique, launch test-specific logic.
150 * test-specific logic.
151 * 150 *
152 * @param cls our `struct GNUNET_TRANSPORT_TESTING_ConnectRequestList *` 151 * @param cls our `struct GNUNET_TRANSPORT_TESTING_ConnectRequestList *`
153 */ 152 */
@@ -511,7 +510,7 @@ GNUNET_TRANSPORT_TESTING_main_ (const char *argv0,
511 for (unsigned int i=0;i<num_peers;i++) 510 for (unsigned int i=0;i<num_peers;i++)
512 GNUNET_free (cfg_names[i]); 511 GNUNET_free (cfg_names[i]);
513 GNUNET_free (test_source); 512 GNUNET_free (test_source);
514 GNUNET_free (test_plugin); 513 GNUNET_free_non_null (test_plugin);
515 GNUNET_free (test_name); 514 GNUNET_free (test_name);
516 return ret; 515 return ret;
517} 516}