diff options
author | rbuj <[email protected]> | 2021-10-22 13:15:31 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2021-12-31 14:17:19 +0100 |
commit | e9aa9d485e8408a2f113ece4eca54f202962fb89 (patch) | |
tree | d1f748d911d22366f2917fcb9ce71e351d650665 /capplets/mouse/mate-mouse-properties.c | |
parent | 7a3a7e4b47aec1a5c6db644f0605f7cebb862e37 (diff) | |
download | mate-control-center-e9aa9d485e8408a2f113ece4eca54f202962fb89.tar.bz2 mate-control-center-e9aa9d485e8408a2f113ece4eca54f202962fb89.tar.xz |
mouse: fix memory leak
Diffstat (limited to 'capplets/mouse/mate-mouse-properties.c')
-rw-r--r-- | capplets/mouse/mate-mouse-properties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/mouse/mate-mouse-properties.c b/capplets/mouse/mate-mouse-properties.c index e057f7a8..7ca4cf1a 100644 --- a/capplets/mouse/mate-mouse-properties.c +++ b/capplets/mouse/mate-mouse-properties.c @@ -405,6 +405,7 @@ main (int argc, char **argv) context = g_option_context_new (_("- MATE Mouse Preferences")); g_option_context_add_main_entries (context, cap_options, GETTEXT_PACKAGE); capplet_init (context, &argc, &argv); + g_option_context_free (context); activate_settings_daemon (); |