summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-22 13:18:23 +0200
committermbkma <[email protected]>2021-11-29 22:24:27 +0100
commitf47234f789171942f8195df62a945b14216238d4 (patch)
tree938f3596ad91337e0bafba7acba394ec2ff56afd
parentacd86d8e6b6e3d5097a5a99e2ed18366791c7a10 (diff)
downloadmate-control-center-f47234f789171942f8195df62a945b14216238d4.tar.bz2
mate-control-center-f47234f789171942f8195df62a945b14216238d4.tar.xz
keyboard: fix memory leak
-rw-r--r--capplets/keyboard/mate-keyboard-properties.c1
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 ();