[Kst] kst_1_0_branch: kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sun Dec 5 23:40:01 CET 2004


CVS commit by staikos: 

memory error


  M +1 -1      enodes.cpp   1.31.2.1


--- kdeextragear-2/kst/kst/enodes.cpp  #1.31:1.31.2.1
@@ -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