Update of /cvsroot/audacity/audacity-src/src/effects
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31343
Modified Files:
NoiseRemoval.cpp
Log Message:
Fix memleak.
Index: NoiseRemoval.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/NoiseRemoval.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- NoiseRemoval.cpp 24 Mar 2009 05:00:54 -0000 1.58
+++ NoiseRemoval.cpp 25 May 2009 11:19:19 -0000 1.59
@@ -516,6 +516,8 @@
while (mOutSampleCount < mInSampleCount) {
ProcessSamples(mWindowSize / 2, empty);
}
+
+ delete [] empty;
}
void EffectNoiseRemoval::GetProfile()
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs