gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18241 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r18241 - gnunet/src/testing
Date: Mon, 21 Nov 2011 18:46:52 +0100

Author: bartpolot
Date: 2011-11-21 18:46:52 +0100 (Mon, 21 Nov 2011)
New Revision: 18241

Modified:
   gnunet/src/testing/testing.c
Log:
Additional fix for #1920

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2011-11-21 17:29:09 UTC (rev 18240)
+++ gnunet/src/testing/testing.c        2011-11-21 17:46:52 UTC (rev 18241)
@@ -542,7 +542,7 @@
         GNUNET_free (d->proc);
 //         GNUNET_free (d); // FIXME (could this leak)
         d->hostname = NULL; // Quick hack to avoid crashing (testing need to be
-                            // overhauled anyway, and the error managing is
+        d->cfg = NULL;      // overhauled anyway, and the error managing is
                             // pretty broken anyway.
         return;
       }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]