From afbe4c09dc54d0268113dcae3c4ce048be0d4bd7 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 22 Nov 2012 14:10:49 +0000 Subject: [PATCH] - fix --- src/ats-tool/gnunet-ats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ats-tool/gnunet-ats.c b/src/ats-tool/gnunet-ats.c index 0ab05bab9..372b63a4b 100644 --- a/src/ats-tool/gnunet-ats.c +++ b/src/ats-tool/gnunet-ats.c @@ -249,6 +249,7 @@ void ats_perf_cb (void *cls, { /* All messages received */ receive_done = GNUNET_YES; + alh = NULL; if (0 == pending) { /* All messages received and no resolutions pending*/ -- 2.25.1