diff options
author | rbuj <[email protected]> | 2021-10-21 22:02:14 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-01-21 02:40:05 +0000 |
commit | a08d026bf8d745f08ec054c58a36d73bb018d93b (patch) | |
tree | 60b16c5428fe30cd898657cf89193f5a17fc0ec0 /mate-dictionary | |
parent | 128b0c963bc05af77247b1888ee6ed8cb89f550d (diff) | |
download | mate-utils-a08d026bf8d745f08ec054c58a36d73bb018d93b.tar.bz2 mate-utils-a08d026bf8d745f08ec054c58a36d73bb018d93b.tar.xz |
mate-dictionary: fix memory leak
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/src/gdict-app.c | 1 |
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"); |