aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-10 14:15:45 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-10 14:15:45 +0000
commitf0a862a24412223ea993edab5797cbe13b4d6e8f (patch)
tree29abcbf13c23de76e5c6f5ea437c066cd0e345a7
parentd4dc48352e7e8b5c889b4d11425c8efb8282f242 (diff)
-fix
git-svn-id: https://gnunet.org/svn/gnunet@25358 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r--src/util/configuration.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 9c0a8b476e..28cf1f2dcc 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -294,6 +294,7 @@ GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg,
nr);
ret = GNUNET_SYSERR;
GNUNET_free_non_null (line_orig);
+ line_orig = NULL;
break;
}
LOG (GNUNET_ERROR_TYPE_DEBUG, "Finished deserializing config\n");