gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27343 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r27343 - gnunet-gtk/src/fs
Date: Thu, 30 May 2013 21:15:10 +0200

Author: grothoff
Date: 2013-05-30 21:15:10 +0200 (Thu, 30 May 2013)
New Revision: 27343

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
Log:
-fix

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2013-05-30 19:10:02 UTC 
(rev 27342)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2013-05-30 19:15:10 UTC 
(rev 27343)
@@ -1661,7 +1661,8 @@
       if (NULL != meta)
        GNUNET_CONTAINER_meta_data_destroy (meta);
       gtk_tree_row_reference_free (sr->rr);
-      GNUNET_break (NULL == sr->probe);
+      if (NULL != sr->probe)
+       GNUNET_FS_probe_stop (sr->probe);
       GNUNET_free (sr);
       /* get ready for removal of the tree */
       gtk_tree_store_set (GTK_TREE_STORE (tm), &child,




reply via email to

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