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;