gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1092 - GNUnet/src/applications/advertising


From: grothoff
Subject: [GNUnet-SVN] r1092 - GNUnet/src/applications/advertising
Date: Mon, 27 Jun 2005 06:44:57 -0700 (PDT)

Author: grothoff
Date: 2005-06-27 06:44:55 -0700 (Mon, 27 Jun 2005)
New Revision: 1092

Modified:
   GNUnet/src/applications/advertising/advertising.c
Log:
fixing small memory leak

Modified: GNUnet/src/applications/advertising/advertising.c
===================================================================
--- GNUnet/src/applications/advertising/advertising.c   2005-06-27 13:30:37 UTC 
(rev 1091)
+++ GNUnet/src/applications/advertising/advertising.c   2005-06-27 13:44:55 UTC 
(rev 1092)
@@ -304,10 +304,6 @@
     transport->disconnect(tsession);
     return SYSERR;
   }
-  copy = MALLOC(HELO_Message_size(msg));
-  memcpy(copy,
-        msg,
-        HELO_Message_size(msg));
   res = OK;
   memcpy(&buffer[heloEnd],
         ping,





reply via email to

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