From: Christian Grothoff Date: Wed, 25 Jan 2012 10:35:47 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~15117 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3fa20947600d197a73b74e832f4d8e9fdc9f6103;p=oweals%2Fgnunet.git -fix --- diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c index 52959a32d..61c719e5d 100644 --- a/src/exit/gnunet-daemon-exit.c +++ b/src/exit/gnunet-daemon-exit.c @@ -232,7 +232,7 @@ static struct GNUNET_HELPER_Handle *helper_handle; /** * Arguments to the exit helper. */ -static char *exit_argv[7]; +static char *exit_argv[8]; /** * IPv6 address of our TUN interface. @@ -2758,7 +2758,7 @@ cleanup (void *cls GNUNET_UNUSED, GNUNET_STATISTICS_destroy (stats, GNUNET_YES); stats = NULL; } - for (i=0;i<5;i++) + for (i=0;i<8;i++) GNUNET_free_non_null (exit_argv[i]); }