summaryrefslogtreecommitdiff
path: root/capplets/keyboard
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-22 13:18:23 +0200
committerrbuj <[email protected]>2021-12-31 14:17:34 +0100
commite5952471d2964ddb815ca7e40380f3472cc338a9 (patch)
treeb8977472204d1ed6595edddd51ca62cf7ef7f472 /capplets/keyboard
parente9aa9d485e8408a2f113ece4eca54f202962fb89 (diff)
downloadmate-control-center-e5952471d2964ddb815ca7e40380f3472cc338a9.tar.bz2
mate-control-center-e5952471d2964ddb815ca7e40380f3472cc338a9.tar.xz
keyboard: fix memory leak
Diffstat (limited to 'capplets/keyboard')
-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 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 ();