commit f6d8b8faad51b121b362ee6135bc1b48ea21604e parent abe28844f2063dcf0e85db910b0ccb57b03a445f Author: fundamental <mark.d.mccurry@gmail.com> Date: Sun, 19 Oct 2014 14:50:23 -0400 Fix FFT Mutex Cleanup Diffstat:
M | src/DSP/FFTwrapper.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/DSP/FFTwrapper.cpp b/src/DSP/FFTwrapper.cpp @@ -98,4 +98,5 @@ void FFT_cleanup() fftw_cleanup(); pthread_mutex_destroy(mutex); delete mutex; + mutex = NULL; }