From: Christian Grothoff Date: Sun, 24 Feb 2019 08:53:11 +0000 (+0100) Subject: fix segv on error X-Git-Tag: v0.11.0~52 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4577873dccd43d132062ae3c07e316c86be6af2f;p=oweals%2Fgnunet.git fix segv on error --- diff --git a/src/namestore/test_namestore_api_remove.c b/src/namestore/test_namestore_api_remove.c index 35556e330..02c2672aa 100644 --- a/src/namestore/test_namestore_api_remove.c +++ b/src/namestore/test_namestore_api_remove.c @@ -127,6 +127,7 @@ put_cont (void *cls, const char *name = cls; GNUNET_assert (NULL != cls); + nsqe = NULL; if (GNUNET_SYSERR == success) { GNUNET_break (0);