Skip to content
Snippets Groups Projects
Commit b7c2863b authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2926] Cleanup

parent b42e304c
Branches
No related tags found
No related merge requests found
...@@ -362,8 +362,7 @@ help_contents_cb(GtkAction *action) ...@@ -362,8 +362,7 @@ help_contents_cb(GtkAction *action)
GError *error = NULL; GError *error = NULL;
gnome_help_display("sflphone.xml", NULL, &error); gnome_help_display("sflphone.xml", NULL, &error);
if (error != NULL) if (error != NULL) {
{
g_warning("%s", error->message); g_warning("%s", error->message);
g_error_free(error); g_error_free(error);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment