gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r1371 - gnunet-gtk/src/plugins/fs
Date: Sun, 10 Jul 2005 04:20:29 -0700 (PDT)

Author: durner
Date: 2005-07-10 04:20:26 -0700 (Sun, 10 Jul 2005)
New Revision: 1371

Modified:
   gnunet-gtk/src/plugins/fs/search.c
Log:
closeSearch is called twice under Windows

Modified: gnunet-gtk/src/plugins/fs/search.c
===================================================================
--- gnunet-gtk/src/plugins/fs/search.c  2005-07-10 10:30:00 UTC (rev 1370)
+++ gnunet-gtk/src/plugins/fs/search.c  2005-07-10 11:20:26 UTC (rev 1371)
@@ -312,7 +312,10 @@
     prev = list;
     list = list->next;
   }
-  GNUNET_ASSERT(list != NULL);
+  
+  if (list == NULL)
+       return;
+  
   uri = list->uri;
   FSUI_stopSearch(ctx,
                  uri);





reply via email to

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