From 76eece044aa82f4c8193c1424da1ed73b231e01b Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 1 Mar 2018 03:12:40 +0000 Subject: community/ladspa: move from testing --- community/ladspa/fix-memleak-in-plugin-scanning.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/ladspa/fix-memleak-in-plugin-scanning.patch (limited to 'community/ladspa/fix-memleak-in-plugin-scanning.patch') diff --git a/community/ladspa/fix-memleak-in-plugin-scanning.patch b/community/ladspa/fix-memleak-in-plugin-scanning.patch new file mode 100644 index 0000000000..bc8ef7c4b3 --- /dev/null +++ b/community/ladspa/fix-memleak-in-plugin-scanning.patch @@ -0,0 +1,11 @@ +--- ./search.c.orig 2008-11-07 00:38:18.000000000 +0100 ++++ ./search.c 2008-11-07 00:50:51.000000000 +0100 +@@ -83,6 +83,8 @@ + dlclose(pcFilename); + free(pcFilename); + } ++ } else { ++ free(pcFilename); + } + } + } -- cgit v1.2.3