[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sun Dec 5 23:39:34 CET 2004


CVS commit by staikos: 

memory error found by regression tests


  M +1 -1      enodes.cpp   1.34


--- kdeextragear-2/kst/kst/enodes.cpp  #1.33:1.34
@@ -340,5 +340,5 @@ Function::~Function() {
   delete[] _outScalars;
   for (uint i = 0; i < _outputVectorCnt; ++i) {
-    delete[] _outVectors[i];
+    free(_outVectors[i]);
   }
   delete[] _outVectors;





More information about the Kst mailing list