[Xfce4-commits] [apps/xfdashboard] 02/02: Do not free and clear GError object we have propagated with g_propagate_error()
noreply at xfce.org
noreply at xfce.org
Sat Nov 28 09:56:56 CET 2015
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 <nomad at 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.
More information about the Xfce4-commits
mailing list