gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r9277 - gnunet/src/statistics
Date: Sun, 25 Oct 2009 05:05:48 -0600

Author: grothoff
Date: 2009-10-25 05:05:48 -0600 (Sun, 25 Oct 2009)
New Revision: 9277

Modified:
   gnunet/src/statistics/statistics_api.c
Log:
need to free current

Modified: gnunet/src/statistics/statistics_api.c
===================================================================
--- gnunet/src/statistics/statistics_api.c      2009-10-25 11:05:40 UTC (rev 
9276)
+++ gnunet/src/statistics/statistics_api.c      2009-10-25 11:05:48 UTC (rev 
9277)
@@ -508,6 +508,8 @@
            {
              GNUNET_CLIENT_notify_transmit_ready_cancel (h->th);
              h->th = NULL;
+             free_action_item (h->current);
+             h->current = NULL;
            }
        }
       pos = h->action_head;





reply via email to

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