From 187e714ba6c40fa9bd349eafa410b8ea9aa555bd Mon Sep 17 00:00:00 2001 From: ormorph Date: Sat, 30 Dec 2023 20:41:23 +0300 Subject: Removing unused patches Signed-off-by: ormorph --- trinity-base/tdelibs/files/tdelibs-malloc.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 trinity-base/tdelibs/files/tdelibs-malloc.patch (limited to 'trinity-base/tdelibs/files/tdelibs-malloc.patch') diff --git a/trinity-base/tdelibs/files/tdelibs-malloc.patch b/trinity-base/tdelibs/files/tdelibs-malloc.patch deleted file mode 100644 index 9e4ebeb5..00000000 --- a/trinity-base/tdelibs/files/tdelibs-malloc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/tdecore/malloc/malloc.c -+++ b/tdecore/malloc/malloc.c -@@ -4306,7 +4306,7 @@ - remainder_size = chunksize(p); - - if (opts & 0x2) { /* optionally clear the elements */ -- memset(mem, 0, remainder_size - SIZE_SZ - array_size) -+ memset(mem, 0, remainder_size - SIZE_SZ - array_size); - } - - /* If not provided, allocate the pointer array as final part of chunk */ -- cgit v1.2.1