fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2009 11:12:33 +0000 (11:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2009 11:12:33 +0000 (11:12 +0000)
src/util/resolver_api.c

index 5dede1c09d927513d11ceba76ec9e7a9792db1c1..dbf57e85aa769f3a5c338dadf77829d699f93966 100644 (file)
@@ -553,6 +553,7 @@ GNUNET_RESOLVER_hostname_get (struct GNUNET_SCHEDULER_Handle *sched,
       callback (cls, NULL);
       GNUNET_CLIENT_disconnect (client);
       GNUNET_free (hctx);
+      return;
     }
   GNUNET_free (msg);
 }