gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34707 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r34707 - gnunet/src/cadet
Date: Fri, 19 Dec 2014 23:43:58 +0100

Author: grothoff
Date: 2014-12-19 23:43:58 +0100 (Fri, 19 Dec 2014)
New Revision: 34707

Modified:
   gnunet/src/cadet/cadet_api.c
Log:
-fix double-free

Modified: gnunet/src/cadet/cadet_api.c
===================================================================
--- gnunet/src/cadet/cadet_api.c        2014-12-19 22:37:38 UTC (rev 34706)
+++ gnunet/src/cadet/cadet_api.c        2014-12-19 22:43:58 UTC (rev 34707)
@@ -1660,9 +1660,6 @@
         th->notify (th->notify_cls, 0, NULL);
       }
       GNUNET_CADET_notify_transmit_ready_cancel (th);
-
-      GNUNET_CONTAINER_DLL_remove (h->th_head, h->th_tail, th);
-      GNUNET_free (th);
       th = aux;
     }
     else




reply via email to

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