[Xfce4-commits] <thunar:master> Unref mount operations in sidepane.

Nick Schermer noreply at xfce.org
Sat Oct 13 16:12:41 CEST 2012


Updating branch refs/heads/master
         to cd7f006cf4473faf59e77a63d36d1aa754aa1a48 (commit)
       from f7ad8626aa84df1cd2e474a05dc053624be4039e (commit)

commit cd7f006cf4473faf59e77a63d36d1aa754aa1a48
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Oct 13 16:08:03 2012 +0200

    Unref mount operations in sidepane.

 thunar/thunar-shortcuts-view.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index 04dbee9..3d19cae 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -1773,6 +1773,7 @@ thunar_shortcuts_view_eject (ThunarShortcutsView *view)
                            g_object_ref (view));
 
       g_object_unref (G_OBJECT (device));
+      g_object_unref (G_OBJECT (mount_operation));
     }
 }
 
@@ -1916,6 +1917,7 @@ thunar_shortcuts_view_unmount (ThunarShortcutsView *view)
                              g_object_ref (view));
 
       g_object_unref (G_OBJECT (device));
+      g_object_unref (G_OBJECT (mount_operation));
     }
 }
 


More information about the Xfce4-commits mailing list