summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-11-08 12:11:12 +0100
committerraveit65 <[email protected]>2023-05-07 17:11:14 +0200
commit0c084c2e24fb3f281f5735862f6010917e8f5d56 (patch)
treebe97730f4ed8583d3142f88a7c64d0257e3c6a41
parentdde64d88b7463d4f47ffcae317765c24b2bd708f (diff)
downloadmate-control-center-0c084c2e24fb3f281f5735862f6010917e8f5d56.tar.bz2
mate-control-center-0c084c2e24fb3f281f5735862f6010917e8f5d56.tar.xz
appearance-style: fix memory leak
-rw-r--r--capplets/appearance/appearance-style.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/appearance/appearance-style.c b/capplets/appearance/appearance-style.c
index a4283b4f..f997abf5 100644
--- a/capplets/appearance/appearance-style.c
+++ b/capplets/appearance/appearance-style.c
@@ -253,6 +253,7 @@ static void update_message_area(AppearanceData* data)
gtk_box_pack_start (GTK_BOX (parent), data->style_message_area, FALSE, FALSE, 0);
}
+ g_free (engine);
gtk_widget_hide(data->style_message_area);
}