From fe814c53964746c20e9c113ff9dcbfc6a9634f0e Mon Sep 17 00:00:00 2001 From: Denis Gorodnichev Date: Mon, 13 Oct 2014 18:40:16 +0400 Subject: Fix memory leak Closes https://github.com/mate-desktop/mate-panel/pull/244 --- mate-panel/panel-profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mate-panel/panel-profile.c b/mate-panel/panel-profile.c index d97c3354..cb334bcb 100644 --- a/mate-panel/panel-profile.c +++ b/mate-panel/panel-profile.c @@ -1280,6 +1280,7 @@ panel_profile_load_toplevel (const char *toplevel_id) G_CALLBACK (panel_profile_background_change_notify), toplevel); + g_free (toplevel_path); g_free (toplevel_background_path); panel_setup (toplevel); -- cgit v1.2.1