aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-10 07:52:36 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-10 07:52:36 +0000
commita7b221e6ecad40d9366c1f1f3dfb52474a957191 (patch)
tree63fa2f7fadd30943a4202626cf7cd4609f90ede4 /src/transport/test_plugin_transport.c
parentd52bf31b61ed385b7f7ea9ccb57d21224fff393b (diff)
downloadgnunet-a7b221e6ecad40d9366c1f1f3dfb52474a957191.tar.gz
gnunet-a7b221e6ecad40d9366c1f1f3dfb52474a957191.zip
fix leak
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index 06cd27f9c..ba16d539d 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -580,6 +580,7 @@ run (void *cls, char *const *args, const char *cfgfile,
580 { 580 {
581 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 581 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
582 "Could not create statistics. Exiting.\n"); 582 "Could not create statistics. Exiting.\n");
583 GNUNET_free (keyfile);
583 end_badly_now (); 584 end_badly_now ();
584 return; 585 return;
585 } 586 }