From b935c77f30255e9387e2227a30929a26a31f35a0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 4 Jul 2011 10:56:41 -0300 Subject: audio/cmt: Added patch to avoid double-free aborts. --- audio/cmt/fix_sine.diff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 audio/cmt/fix_sine.diff (limited to 'audio/cmt/fix_sine.diff') diff --git a/audio/cmt/fix_sine.diff b/audio/cmt/fix_sine.diff new file mode 100644 index 0000000000000..441f9fc9b71da --- /dev/null +++ b/audio/cmt/fix_sine.diff @@ -0,0 +1,14 @@ +diff -Naur cmt/src/sine.cpp cmt.patched//src/sine.cpp +--- cmt/src/sine.cpp 2002-08-07 17:42:41.000000000 -0400 ++++ cmt.patched//src/sine.cpp 2011-06-21 12:07:36.000000000 -0400 +@@ -36,8 +36,8 @@ + + /*****************************************************************************/ + +-LADSPA_Data * g_pfSineTable = NULL; +-LADSPA_Data g_fPhaseStepBase = 0; ++static LADSPA_Data * g_pfSineTable = NULL; ++static LADSPA_Data g_fPhaseStepBase = 0; + + /*****************************************************************************/ + -- cgit v1.2.3