[gtk/wip/matthiasc/gl-icon-cache: 460/466] gl: Free icon data
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/gl-icon-cache: 460/466] gl: Free icon data
- Date: Mon, 3 Jun 2019 13:54:15 +0000 (UTC)
commit 585c7dba123728071d5d1f329183e3273b7c12b8
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jun 2 15:10:40 2019 +0000
gl: Free icon data
gsk/gl/gskgliconcache.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gsk/gl/gskgliconcache.c b/gsk/gl/gskgliconcache.c
index 06c8a3ae63..95dc3d722b 100644
--- a/gsk/gl/gskgliconcache.c
+++ b/gsk/gl/gskgliconcache.c
@@ -17,6 +17,7 @@ typedef struct
static void
icon_data_free (gpointer p)
{
+ g_free (p);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]