gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19779 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r19779 - gnunet/src/mesh
Date: Mon, 13 Feb 2012 15:21:45 +0100

Author: bartpolot
Date: 2012-02-13 15:21:45 +0100 (Mon, 13 Feb 2012)
New Revision: 19779

Modified:
   gnunet/src/mesh/test_mesh_small.c
Log:
- fix testcase (use after free)

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2012-02-13 13:33:43 UTC (rev 19778)
+++ gnunet/src/mesh/test_mesh_small.c   2012-02-13 14:21:45 UTC (rev 19779)
@@ -193,6 +193,7 @@
                 "test: All peers successfully shut down!\n");
 #endif
   }
+  GNUNET_CONFIGURATION_destroy (testing_cfg);
 }
 
 
@@ -232,7 +233,6 @@
   if (data_file != NULL)
     GNUNET_DISK_file_close (data_file);
   GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL);
-  GNUNET_CONFIGURATION_destroy (testing_cfg);
 }
 
 




reply via email to

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