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;
 }



_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to