gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1353 - gnunet-gtk/src/plugins/fs


From: grothoff
Subject: [GNUnet-SVN] r1353 - gnunet-gtk/src/plugins/fs
Date: Sat, 9 Jul 2005 08:26:00 -0700 (PDT)

Author: grothoff
Date: 2005-07-09 08:25:51 -0700 (Sat, 09 Jul 2005)
New Revision: 1353

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

Modified: gnunet-gtk/src/plugins/fs/download.c
===================================================================
--- gnunet-gtk/src/plugins/fs/download.c        2005-07-09 15:23:36 UTC (rev 
1352)
+++ gnunet-gtk/src/plugins/fs/download.c        2005-07-09 15:25:51 UTC (rev 
1353)
@@ -515,7 +515,8 @@
                       &iter,
                       DOWNLOAD_URI, NULL,
                       -1);  
-    ECRS_freeUri(u);
+    if (u != NULL)
+      ECRS_freeUri(u);
     /* FIXME:
        also free DOWNLOAD_TREEPATH! */
   } while (gtk_tree_model_iter_next(GTK_TREE_MODEL(summary),





reply via email to

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