aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/gnunet-config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/gnunet-config.c b/src/util/gnunet-config.c
index feab6123c..d619610c5 100644
--- a/src/util/gnunet-config.c
+++ b/src/util/gnunet-config.c
@@ -299,7 +299,8 @@ run (void *cls,
299 } 299 }
300 GNUNET_free (cfg_fn); 300 GNUNET_free (cfg_fn);
301 } 301 }
302 GNUNET_CONFIGURATION_destroy (out); 302 if (NULL != out)
303 GNUNET_CONFIGURATION_destroy (out);
303} 304}
304 305
305 306