* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdazzle/files/
@ 2019-12-27 17:10 Aaron Bauman
0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2019-12-27 17:10 UTC (permalink / raw
To: gentoo-commits
commit: d9f4ef9d2a2f75c85e4e66686cb8e24b7f2c4cad
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec 27 15:59:01 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 17:09:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f4ef9d
dev-libs/libdazzle: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14138
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-libs/libdazzle/files/3.30.2-leak-fix.patch | 27 --------------------------
1 file changed, 27 deletions(-)
diff --git a/dev-libs/libdazzle/files/3.30.2-leak-fix.patch b/dev-libs/libdazzle/files/3.30.2-leak-fix.patch
deleted file mode 100644
index b3a1debf605..00000000000
--- a/dev-libs/libdazzle/files/3.30.2-leak-fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 6f8436709430fd5ebaebd90dd55885636030940d Mon Sep 17 00:00:00 2001
-From: Christian Hergert <chergert@redhat.com>
-Date: Mon, 19 Nov 2018 17:43:24 -0800
-Subject: [PATCH] three-grid: don't leak values from hashtable
-
-We are responsible for freeing the GList chain, so ensure we do that at
-the end of size-allocate.
----
- src/widgets/dzl-three-grid.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/widgets/dzl-three-grid.c b/src/widgets/dzl-three-grid.c
-index 0de5484..d00d0b1 100644
---- a/src/widgets/dzl-three-grid.c
-+++ b/src/widgets/dzl-three-grid.c
-@@ -569,6 +569,8 @@ dzl_three_grid_size_allocate (GtkWidget *widget,
- area.y += child_alloc.height + priv->row_spacing;
- area.height -= child_alloc.height + priv->row_spacing;
- }
-+
-+ g_list_free (values);
- }
-
- static void
---
-2.17.0
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-27 17:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-27 17:10 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdazzle/files/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox