[Pkg-privacy-commits] [nautilus-wipe] 09/224: Don't forget to unref the operation object.

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository nautilus-wipe.

commit b5dbe554f9e7f5699c7cc23e7b25e4c0b8c630d7
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Wed Oct 7 14:10:21 2009 +0200

    Don't forget to unref the operation object.
---
 nautilus-srm/nautilus-srm.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nautilus-srm/nautilus-srm.c b/nautilus-srm/nautilus-srm.c
index cebec99..77a0c2c 100644
--- a/nautilus-srm/nautilus-srm.c
+++ b/nautilus-srm/nautilus-srm.c
@@ -418,6 +418,7 @@ operation_finished (GsdDeleteOperation *operation,
   /* cleanup */
   g_object_unref (cbdata->parent_window);
   g_free (cbdata);
+  g_object_unref (G_OBJECT (operation));
 }
 
 /* Adds the file_infos to the operation. Fails if not supported. */
@@ -497,6 +498,7 @@ do_srm (GList      *files,
       destroy_progress_dialog (cbdata->progress_dialog);
       g_object_unref (cbdata->parent_window);
       g_free (cbdata);
+      g_object_unref (operation);
     }
   }
   

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git



More information about the Pkg-privacy-commits mailing list