gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29056 - gnunet/src/identity


From: gnunet
Subject: [GNUnet-SVN] r29056 - gnunet/src/identity
Date: Fri, 6 Sep 2013 11:53:54 +0200

Author: grothoff
Date: 2013-09-06 11:53:53 +0200 (Fri, 06 Sep 2013)
New Revision: 29056

Modified:
   gnunet/src/identity/identity_api.c
Log:
-fix bad free, cut&paste error, might fix #3020

Modified: gnunet/src/identity/identity_api.c
===================================================================
--- gnunet/src/identity/identity_api.c  2013-09-06 09:33:20 UTC (rev 29055)
+++ gnunet/src/identity/identity_api.c  2013-09-06 09:53:53 UTC (rev 29056)
@@ -419,7 +419,6 @@
     GNUNET_CONTAINER_DLL_remove (h->op_head,
                                 h->op_tail,
                                 op);
-    GNUNET_free (ego->name);
     GNUNET_CLIENT_receive (h->client, &message_handler, h,
                           GNUNET_TIME_UNIT_FOREVER_REL);
     if (NULL != op->cb)




reply via email to

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