gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22277 - gnunet/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r22277 - gnunet/src/statistics
Date: Mon, 25 Jun 2012 20:25:39 +0200

Author: grothoff
Date: 2012-06-25 20:25:38 +0200 (Mon, 25 Jun 2012)
New Revision: 22277

Modified:
   gnunet/src/statistics/gnunet-statistics.c
Log:
-fixing #2459

Modified: gnunet/src/statistics/gnunet-statistics.c
===================================================================
--- gnunet/src/statistics/gnunet-statistics.c   2012-06-25 16:52:29 UTC (rev 
22276)
+++ gnunet/src/statistics/gnunet-statistics.c   2012-06-25 18:25:38 UTC (rev 
22277)
@@ -115,18 +115,12 @@
 static void
 cleanup (void *cls, int success)
 {
-  struct GNUNET_STATISTICS_Handle *h = cls;
-
   if (success != GNUNET_OK)
   {
     FPRINTF (stderr, "%s", _("Failed to obtain statistics.\n"));
     ret = 1;
   }
-  if (NULL != h)
-  {
-    GNUNET_STATISTICS_destroy (h, GNUNET_NO);
-    h = NULL;
-  }
+  GNUNET_SCHEDULER_shutdown ();
 }
 
 




reply via email to

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