diff options
author | rbuj <[email protected]> | 2019-04-30 16:44:10 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2019-05-29 11:35:39 +0300 |
commit | b17a7d25913aa1ebc0fe3b441bf6d2388bf3b003 (patch) | |
tree | a3160b0cc36e5d0d164177f965ccdae7ea05a464 | |
parent | 5bc4d4e8ff6420a5cf5d8fd898d0afee2fde18b2 (diff) | |
download | mate-utils-b17a7d25913aa1ebc0fe3b441bf6d2388bf3b003.tar.bz2 mate-utils-b17a7d25913aa1ebc0fe3b441bf6d2388bf3b003.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 817880dd..713f5643 100644 --- a/mate-dictionary/src/gdict-applet.c +++ b/mate-dictionary/src/gdict-applet.c @@ -867,7 +867,7 @@ get_context_from_loader (GdictApplet *applet) gdict_show_error_dialog (NULL, _("Unable to find dictionary source"), - NULL); + detail); g_free (detail); |