From 383eba3a9bd931c5b538bf3c1d676ae0161f71dc Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Mon, 5 Nov 2012 19:21:11 +0000 Subject: coverity fixes --- src/testing/testing.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/testing/testing.c b/src/testing/testing.c index f4df6d48c..d534a0051 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -614,6 +614,8 @@ update_config (void *cls, const char *section, const char *option, if (0 == new_port) { uc->status = GNUNET_SYSERR; + GNUNET_free (single_variable); + GNUNET_free (per_host_variable); return; } GNUNET_snprintf (cval, sizeof (cval), "%u", new_port); -- cgit v1.2.3