diff options
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/common/mate-theme-info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/common/mate-theme-info.c b/capplets/common/mate-theme-info.c index 01c83eec..6971602e 100644 --- a/capplets/common/mate-theme-info.c +++ b/capplets/common/mate-theme-info.c @@ -1560,6 +1560,7 @@ void mate_theme_meta_info_free(MateThemeMetaInfo* meta_theme_info) g_free (meta_theme_info->path); g_free (meta_theme_info->sound_theme_name); g_free (meta_theme_info->windowtitle_font); + g_free (meta_theme_info->readable_name); g_free (meta_theme_info); } |