summaryrefslogtreecommitdiff
path: root/mate-dictionary/src
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-04-30 16:44:10 +0200
committerraveit65 <[email protected]>2019-05-03 23:49:09 +0200
commitf9ae783acbeee7e38cdd5230e2a7e600eb54a694 (patch)
treee54879f9ed41da8beaf591c38d6e55d5355d76f1 /mate-dictionary/src
parent423c37cba473ef8e20a0246b29fa0832dc26b0b3 (diff)
downloadmate-utils-f9ae783acbeee7e38cdd5230e2a7e600eb54a694.tar.bz2
mate-utils-f9ae783acbeee7e38cdd5230e2a7e600eb54a694.tar.xz
gdict-applet: Variable 'detail' is allocated memory that is never used
Diffstat (limited to 'mate-dictionary/src')
-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);