summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-04-30 16:44:10 +0200
committermonsta <[email protected]>2019-05-29 11:35:39 +0300
commitb17a7d25913aa1ebc0fe3b441bf6d2388bf3b003 (patch)
treea3160b0cc36e5d0d164177f965ccdae7ea05a464
parent5bc4d4e8ff6420a5cf5d8fd898d0afee2fde18b2 (diff)
downloadmate-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.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 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);