From 6e3c106c0a2c163b2376456ff7a0d6c05b7125de Mon Sep 17 00:00:00 2001 From: Monsta Date: Wed, 17 Dec 2014 12:47:48 +0300 Subject: mate-dictionary: don't free GError more than once because that error dialog function frees it already --- mate-dictionary/src/gdict-window.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mate-dictionary/src/gdict-window.c') diff --git a/mate-dictionary/src/gdict-window.c b/mate-dictionary/src/gdict-window.c index 00f6f056..462134d2 100644 --- a/mate-dictionary/src/gdict-window.c +++ b/mate-dictionary/src/gdict-window.c @@ -1243,7 +1243,6 @@ gdict_window_cmd_help_contents (GtkAction *action, gdict_show_gerror_dialog (GTK_WINDOW (window), _("There was an error while displaying help"), err); - g_error_free (err); } } -- cgit v1.2.1