[gtk/wip/baedert/icontheme: 820/821] icontheme: Plug leak
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/icontheme: 820/821] icontheme: Plug leak
- Date: Sun, 21 Jul 2019 08:40:56 +0000 (UTC)
commit 8bd728309495ec97528b2ef5ca5fc449b45aef20
Author: Timm Bäder <mail baedert org>
Date: Tue May 28 11:28:41 2019 +0200
icontheme: Plug leak
gtk/gtkicontheme.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 17f740e03c..a7454e9a06 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -3424,6 +3424,8 @@ gtk_icon_info_finalize (GObject *object)
for (i = 0; i < icon_info->key.n_icon_names; i ++)
g_free (icon_info->key.icon_names[i]);
+ g_free (icon_info->key.icon_names);
+
g_free (icon_info->filename);
g_clear_object (&icon_info->icon_file);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]