diff options
author | rbuj <[email protected]> | 2019-04-30 16:44:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-03 23:49:09 +0200 |
commit | f9ae783acbeee7e38cdd5230e2a7e600eb54a694 (patch) | |
tree | e54879f9ed41da8beaf591c38d6e55d5355d76f1 | |
parent | 423c37cba473ef8e20a0246b29fa0832dc26b0b3 (diff) | |
download | mate-utils-f9ae783acbeee7e38cdd5230e2a7e600eb54a694.tar.bz2 mate-utils-f9ae783acbeee7e38cdd5230e2a7e600eb54a694.tar.xz |
gdict-applet: Variable 'detail' is allocated memory that is never used
-rw-r--r-- | mate-dictionary/src/gdict-applet.c | 2 |
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); |