gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5018 - GNUnet/src/applications/identity


From: gnunet
Subject: [GNUnet-SVN] r5018 - GNUnet/src/applications/identity
Date: Mon, 11 Jun 2007 22:11:02 -0600 (MDT)

Author: grothoff
Date: 2007-06-11 22:11:00 -0600 (Mon, 11 Jun 2007)
New Revision: 5018

Modified:
   GNUnet/src/applications/identity/identity.c
Log:
leak

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2007-06-12 02:57:29 UTC (rev 
5017)
+++ GNUnet/src/applications/identity/identity.c 2007-06-12 04:11:00 UTC (rev 
5018)
@@ -1268,6 +1268,7 @@
   transport = coreAPI->requestService("transport");
   address = transport->helloToString(hello,
                                     YES);
+  FREE(hello);
   coreAPI->releaseService(transport);
   if (address == NULL)
     address = STRDUP("");





reply via email to

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