gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12771 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r12771 - gnunet/src/fs
Date: Mon, 30 Aug 2010 23:32:14 +0200

Author: grothoff
Date: 2010-08-30 23:32:14 +0200 (Mon, 30 Aug 2010)
New Revision: 12771

Modified:
   gnunet/src/fs/test_fs_uri.c
Log:
leak

Modified: gnunet/src/fs/test_fs_uri.c
===================================================================
--- gnunet/src/fs/test_fs_uri.c 2010-08-30 21:23:32 UTC (rev 12770)
+++ gnunet/src/fs/test_fs_uri.c 2010-08-30 21:32:14 UTC (rev 12771)
@@ -90,6 +90,7 @@
       GNUNET_CONFIGURATION_parse (cfg, "test_fs_uri_data.conf"))
     {
       fprintf (stderr, "Failed to parse configuration file\n");
+      GNUNET_FS_uri_destroy (baseURI);
       GNUNET_CONFIGURATION_destroy (cfg);
       return 1;
     }




reply via email to

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