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

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit dff986d51053abfa9ed320e504ec1dc21fac43fa
Author: Stephan Haller <no...@froevel.de>
Date:   Sat Nov 28 09:56:20 2015 +0100

    Do not free and clear GError object we have propagated with 
g_propagate_error()
---
 xfdashboard/application-database.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/xfdashboard/application-database.c 
b/xfdashboard/application-database.c
index 1dfcc17..4e5e6c2 100644
--- a/xfdashboard/application-database.c
+++ b/xfdashboard/application-database.c
@@ -1021,7 +1021,6 @@ static gboolean 
_xfdashboard_application_database_load_applications(XfdashboardA
                        if(fileMonitors) g_list_free_full(fileMonitors, 
g_object_unref);
                        if(apps) g_hash_table_unref(apps);
                        if(directory) g_object_unref(directory);
-                       if(error) g_error_free(error);
 
                        return(FALSE);
                }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to