diff options
author | rbuj <[email protected]> | 2021-10-22 13:15:31 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2021-11-29 22:24:27 +0100 |
commit | acd86d8e6b6e3d5097a5a99e2ed18366791c7a10 (patch) | |
tree | a344b3feae573130034d3bade09d8b9ef3fcd1f7 /capplets | |
parent | 17ccb4f4bd610252e4ea600546750ddcc09c855a (diff) | |
download | mate-control-center-acd86d8e6b6e3d5097a5a99e2ed18366791c7a10.tar.bz2 mate-control-center-acd86d8e6b6e3d5097a5a99e2ed18366791c7a10.tar.xz |
mouse: fix memory leak
Diffstat (limited to 'capplets')
-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 3008bd7e..0e112815 100644 --- a/capplets/mouse/mate-mouse-properties.c +++ b/capplets/mouse/mate-mouse-properties.c @@ -404,6 +404,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 (); |