From a7b221e6ecad40d9366c1f1f3dfb52474a957191 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 10 Oct 2013 07:52:36 +0000 Subject: fix leak --- src/transport/test_plugin_transport.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/transport/test_plugin_transport.c') 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, { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not create statistics. Exiting.\n"); + GNUNET_free (keyfile); end_badly_now (); return; } -- cgit v1.2.3