summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-21 22:02:14 +0200
committerLuke from DC <[email protected]>2022-01-21 02:40:05 +0000
commita08d026bf8d745f08ec054c58a36d73bb018d93b (patch)
tree60b16c5428fe30cd898657cf89193f5a17fc0ec0
parent128b0c963bc05af77247b1888ee6ed8cb89f550d (diff)
downloadmate-utils-a08d026bf8d745f08ec054c58a36d73bb018d93b.tar.bz2
mate-utils-a08d026bf8d745f08ec054c58a36d73bb018d93b.tar.xz
mate-dictionary: fix memory leak
-rw-r--r--mate-dictionary/src/gdict-app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-dictionary/src/gdict-app.c b/mate-dictionary/src/gdict-app.c
index dd9f3a97..557fb032 100644
--- a/mate-dictionary/src/gdict-app.c
+++ b/mate-dictionary/src/gdict-app.c
@@ -355,6 +355,7 @@ gdict_init (int *argc, char ***argv)
exit (1);
}
+ g_option_context_free (context);
g_set_application_name (_("Dictionary"));
gtk_window_set_default_icon_name ("accessories-dictionary");