summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-04-30 16:44:10 +0200
committermonsta <[email protected]>2019-05-29 11:37:26 +0300
commitfe6b3ea9b20fb18892435c6f27eb898ce255c464 (patch)
treeb078e56b67fd7c2a2a0eaef9acb9baf19ef5d84e
parentd1af0231a5320033ef62e1c122e4a555fbb9e45e (diff)
downloadmate-utils-fe6b3ea9b20fb18892435c6f27eb898ce255c464.tar.bz2
mate-utils-fe6b3ea9b20fb18892435c6f27eb898ce255c464.tar.xz
gdict-applet: Variable 'detail' is allocated memory that is never used
-rw-r--r--mate-dictionary/src/gdict-applet.c2
1 files changed, 1 insertions, 1 deletions
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);