gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19800 - gnunet/src/testing
Date: Tue, 14 Feb 2012 11:38:29 +0100

Author: bartpolot
Date: 2012-02-14 11:38:28 +0100 (Tue, 14 Feb 2012)
New Revision: 19800

Modified:
   gnunet/src/testing/testing.c
Log:
- attempt to narrow down os_priority bug

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2012-02-14 10:37:42 UTC (rev 19799)
+++ gnunet/src/testing/testing.c        2012-02-14 10:38:28 UTC (rev 19800)
@@ -773,6 +773,7 @@
         d->server = NULL;
       }
       GNUNET_CONFIGURATION_destroy (d->cfg);
+      d->cfg = NULL;
       GNUNET_free (d->cfgfile);
       GNUNET_free_non_null (d->hello);
       GNUNET_free_non_null (d->hostname);
@@ -807,6 +808,7 @@
     if (d->churn == GNUNET_NO)
     {
       GNUNET_CONFIGURATION_destroy (d->cfg);
+      d->cfg = NULL;
       GNUNET_free (d->cfgfile);
       GNUNET_free_non_null (d->hostname);
       GNUNET_free_non_null (d->username);
@@ -1661,6 +1663,7 @@
                                        "-c", d->cfgfile, "-e", "-q", "-T",
                                        GNUNET_TIME_relative_to_string 
(timeout),
                                        del_arg, NULL);
+    GNUNET_assert (NULL != d->proc);
   }
 
   GNUNET_free_non_null (del_arg);




reply via email to

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