From f9ae783acbeee7e38cdd5230e2a7e600eb54a694 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 30 Apr 2019 16:44:10 +0200 Subject: gdict-applet: Variable 'detail' is allocated memory that is never used --- mate-dictionary/src/gdict-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-dictionary/src/gdict-applet.c b/mate-dictionary/src/gdict-applet.c index e8b7e62b..11a3f85e 100644 --- a/mate-dictionary/src/gdict-applet.c +++ b/mate-dictionary/src/gdict-applet.c @@ -882,7 +882,7 @@ get_context_from_loader (GdictApplet *applet) gdict_show_error_dialog (NULL, _("Unable to find dictionary source"), - NULL); + detail); g_free (detail); -- cgit v1.2.1