diff options
author | rbuj <[email protected]> | 2019-04-30 16:44:10 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2019-05-29 11:37:26 +0300 |
commit | fe6b3ea9b20fb18892435c6f27eb898ce255c464 (patch) | |
tree | b078e56b67fd7c2a2a0eaef9acb9baf19ef5d84e /mate-dictionary/src | |
parent | d1af0231a5320033ef62e1c122e4a555fbb9e45e (diff) | |
download | mate-utils-fe6b3ea9b20fb18892435c6f27eb898ce255c464.tar.bz2 mate-utils-fe6b3ea9b20fb18892435c6f27eb898ce255c464.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.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); |