gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5638 - gnunet-gtk/src/plugins/peers


From: gnunet
Subject: [GNUnet-SVN] r5638 - gnunet-gtk/src/plugins/peers
Date: Sat, 15 Sep 2007 22:10:37 -0600 (MDT)

Author: grothoff
Date: 2007-09-15 22:10:36 -0600 (Sat, 15 Sep 2007)
New Revision: 5638

Modified:
   gnunet-gtk/src/plugins/peers/peers.c
Log:
fix

Modified: gnunet-gtk/src/plugins/peers/peers.c
===================================================================
--- gnunet-gtk/src/plugins/peers/peers.c        2007-09-12 02:01:19 UTC (rev 
5637)
+++ gnunet-gtk/src/plugins/peers/peers.c        2007-09-16 04:10:36 UTC (rev 
5638)
@@ -170,7 +170,6 @@
        flags = pos;
       }
     }
-  FREE (prefix);
 
   /* get LED */
   now = get_time ();
@@ -193,6 +192,7 @@
                       2, bpmFromPeer,
                       3, (const char *) &enc,
                       4, ledBuf, 5, flagBuf, 6, cc, 7, last_message, -1);
+  FREE (prefix);
   FREE (hostname);
   return OK;
 }





reply via email to

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