gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15336 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r15336 - gnunet/src/core
Date: Fri, 27 May 2011 15:31:26 +0200

Author: grothoff
Date: 2011-05-27 15:31:26 +0200 (Fri, 27 May 2011)
New Revision: 15336

Modified:
   gnunet/src/core/core_api.c
Log:
set to NULL

Modified: gnunet/src/core/core_api.c
===================================================================
--- gnunet/src/core/core_api.c  2011-05-27 13:31:12 UTC (rev 15335)
+++ gnunet/src/core/core_api.c  2011-05-27 13:31:26 UTC (rev 15336)
@@ -419,6 +419,8 @@
       GNUNET_assert (0 == 
                     th->get_message (th->get_message_cls,
                                      0, NULL));
+      if (th->cm != NULL)
+       th->cm->th = NULL;
       GNUNET_free (th);
     }
   if (NULL != (pcic = pr->pcic))




reply via email to

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