diff options
author | rbuj <[email protected]> | 2021-10-22 13:18:23 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2021-11-29 22:24:27 +0100 |
commit | f47234f789171942f8195df62a945b14216238d4 (patch) | |
tree | 938f3596ad91337e0bafba7acba394ec2ff56afd /capplets/keyboard | |
parent | acd86d8e6b6e3d5097a5a99e2ed18366791c7a10 (diff) | |
download | mate-control-center-f47234f789171942f8195df62a945b14216238d4.tar.bz2 mate-control-center-f47234f789171942f8195df62a945b14216238d4.tar.xz |
keyboard: fix memory leak
Diffstat (limited to 'capplets/keyboard')
-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 474aa124..b7f1aad2 100644 --- a/capplets/keyboard/mate-keyboard-properties.c +++ b/capplets/keyboard/mate-keyboard-properties.c @@ -186,6 +186,7 @@ main (int argc, char **argv) GETTEXT_PACKAGE); capplet_init (context, &argc, &argv); + g_option_context_free (context); activate_settings_daemon (); |