Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv11836
Modified Files:
FreqWindow.cpp
Log Message:
Applied patch from Dawson Written to fix delete.
Index: FreqWindow.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/FreqWindow.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- FreqWindow.cpp 28 Jun 2008 21:10:52 -0000 1.56
+++ FreqWindow.cpp 10 Aug 2008 09:47:43 -0000 1.57
@@ -837,7 +837,7 @@
void FreqWindow::Recalc()
{
if (mProcessed)
- delete mProcessed;
+ delete[] mProcessed;
mProcessed = NULL;
if (!mData) {
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs