[Xfce4-commits] <xfce4-panel:master> Fix invalid unref.

Nick Schermer noreply at xfce.org
Thu Dec 23 13:24:03 CET 2010


Updating branch refs/heads/master
         to e1187e45dc53505765c5fa53c5c39e9b7d145f92 (commit)
       from a80fea405502e750e33eea04b5c661b4b952eff4 (commit)

commit e1187e45dc53505765c5fa53c5c39e9b7d145f92
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Dec 23 11:45:16 2010 +0100

    Fix invalid unref.

 plugins/launcher/launcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index 6e3d336..5f69b1e 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -590,7 +590,7 @@ launcher_plugin_item_load (LauncherPlugin *plugin,
               /* continue using the source file, the user won't be able to
                * edit the item, but atleast we have something that works in
                * the panel */
-              g_object_unref (G_OBJECT (dst_path));
+              g_object_unref (G_OBJECT (dst_file));
             }
 
           g_free (dst_path);



More information about the Xfce4-commits mailing list