[Kst] branches/work/kst/hierarchy/kst/src/libkstmath

Eli Fidler eli at staikos.net
Fri Dec 1 21:56:58 CET 2006


SVN commit 609722 by fidler:

fix new[]/delete mismatch


 M  +1 -1      kstcsd.cpp  


--- branches/work/kst/hierarchy/kst/src/libkstmath/kstcsd.cpp #609721:609722
@@ -213,7 +213,7 @@
     xSize++;
   }
 
-  delete tempOutput;
+  delete[] tempOutput;
 
   double frequencyStep = .5*_frequency/(double)(tempOutputLen-1);
 


More information about the Kst mailing list