diff options
author | rbuj <[email protected]> | 2020-03-02 20:16:14 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-09 18:59:08 +0100 |
commit | 7de9b826649481a3be810605473995264ffce3ed (patch) | |
tree | b2aed046d51fe1c3803cf8f8e87739b592be3597 | |
parent | eaf5897792f7a4675091480d43508aefd731cd07 (diff) | |
download | mate-control-center-7de9b826649481a3be810605473995264ffce3ed.tar.bz2 mate-control-center-7de9b826649481a3be810605473995264ffce3ed.tar.xz |
appearance: Fix memory leak
-rw-r--r-- | capplets/appearance/appearance-themes.c | 1 |
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); |