gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1093 - GNUnet/src/applications/pingpong


From: grothoff
Subject: [GNUnet-SVN] r1093 - GNUnet/src/applications/pingpong
Date: Mon, 27 Jun 2005 07:25:46 -0700 (PDT)

Author: grothoff
Date: 2005-06-27 07:25:43 -0700 (Mon, 27 Jun 2005)
New Revision: 1093

Modified:
   GNUnet/src/applications/pingpong/pingpong.c
Log:
fixing double free

Modified: GNUnet/src/applications/pingpong/pingpong.c
===================================================================
--- GNUnet/src/applications/pingpong/pingpong.c 2005-06-27 13:44:55 UTC (rev 
1092)
+++ GNUnet/src/applications/pingpong/pingpong.c 2005-06-27 14:25:43 UTC (rev 
1093)
@@ -238,7 +238,6 @@
                            &entry->receiverIdentity) &&
         (entry->plaintext == YES) ) {
       entry->method(entry->data);
-      FREENONNULL(entry->data);
       /* entry was valid for one time only */
       memset(entry,
             0,





reply via email to

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