summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-03-02 20:16:14 +0100
committerraveit65 <[email protected]>2020-03-09 19:02:01 +0100
commit58764d9545f34421bcaa798619d5e377688984e4 (patch)
treedbfa3189013192730c68191e435d0500d860224d
parent8bbb76c28e43aa49c51e85a1a4d55c5f1c679cb6 (diff)
downloadmate-control-center-58764d9545f34421bcaa798619d5e377688984e4.tar.bz2
mate-control-center-58764d9545f34421bcaa798619d5e377688984e4.tar.xz
appearance: Fix memory leak
-rw-r--r--capplets/appearance/appearance-themes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/capplets/appearance/appearance-themes.c b/capplets/appearance/appearance-themes.c
index 3bce0077..732c079c 100644
--- a/capplets/appearance/appearance-themes.c
+++ b/capplets/appearance/appearance-themes.c
@@ -1001,7 +1001,6 @@ void themes_init(AppearanceData* data)
data->theme_message_area = NULL;
data->theme_info_icon = NULL;
data->theme_error_icon = NULL;
- data->theme_custom = mate_theme_meta_info_new ();
data->theme_icon = gdk_pixbuf_new_from_file (MATECC_PIXMAP_DIR "/theme-thumbnailing.png", NULL);
data->theme_store = theme_store =
gtk_list_store_new (NUM_COLS, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING);