gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6809 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r6809 - GNUnet/src/applications/fs/ecrs
Date: Mon, 12 May 2008 14:32:22 -0600 (MDT)

Author: grothoff
Date: 2008-05-12 14:32:01 -0600 (Mon, 12 May 2008)
New Revision: 6809

Modified:
   GNUnet/src/applications/fs/ecrs/uri.c
Log:
leak

Modified: GNUnet/src/applications/fs/ecrs/uri.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/uri.c       2008-05-12 20:31:35 UTC (rev 
6808)
+++ GNUnet/src/applications/fs/ecrs/uri.c       2008-05-12 20:32:01 UTC (rev 
6809)
@@ -418,6 +418,7 @@
     GNUNET_free_non_null ((*keywords)[i]);
   GNUNET_free (*keywords);
   *keywords = NULL;
+  GNUNET_free (dup);
   return GNUNET_SYSERR;
 }
 





reply via email to

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