[SCM] lilv/master: Remove 2001-memleak.patch, applied upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Oct 3 23:54:34 UTC 2011


The following commit has been merged in the master branch:
commit 8eed7ea07cfd9fe9a37c256f1d56eba0c4c9a3cd
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Oct 4 01:54:21 2011 +0200

    Remove 2001-memleak.patch, applied upstream.

diff --git a/debian/patches/2001-memleak.patch b/debian/patches/2001-memleak.patch
deleted file mode 100644
index 98a3c12..0000000
--- a/debian/patches/2001-memleak.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix memory leak.
-Origin: upstream, commit:3410
----
- src/ui.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- lilv.orig/src/ui.c
-+++ lilv/src/ui.c
-@@ -90,7 +90,7 @@ lilv_ui_is_supported(const LilvUI*
- 		                                       lilv_node_as_uri(type));
- 		if (q) {
- 			if (ui_type) {
--				*ui_type = lilv_node_duplicate(type);
-+				*ui_type = type;
- 			}
- 			return q;
- 		}
diff --git a/debian/patches/series b/debian/patches/series
index 690c15f..e61b9ae 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 1001-dont_run_ldconfig.patch
-2001-memleak.patch

-- 
lilv packaging



More information about the pkg-multimedia-commits mailing list