diff options
author | rbuj <[email protected]> | 2021-10-22 13:18:23 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2021-12-31 14:17:34 +0100 |
commit | e5952471d2964ddb815ca7e40380f3472cc338a9 (patch) | |
tree | b8977472204d1ed6595edddd51ca62cf7ef7f472 /capplets/keyboard/mate-keyboard-properties.c | |
parent | e9aa9d485e8408a2f113ece4eca54f202962fb89 (diff) | |
download | mate-control-center-e5952471d2964ddb815ca7e40380f3472cc338a9.tar.bz2 mate-control-center-e5952471d2964ddb815ca7e40380f3472cc338a9.tar.xz |
keyboard: fix memory leak
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties.c')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties.c b/capplets/keyboard/mate-keyboard-properties.c index ff389cfe..4152759b 100644 --- a/capplets/keyboard/mate-keyboard-properties.c +++ b/capplets/keyboard/mate-keyboard-properties.c @@ -187,6 +187,7 @@ main (int argc, char **argv) GETTEXT_PACKAGE); capplet_init (context, &argc, &argv); + g_option_context_free (context); activate_settings_daemon (); |