Memory Leak Fix

Memory leak in BoostedSoftCascadeOctave::traverse
pull/703/head
Jacob Baines 12 years ago
parent a3e31a69df
commit 866d676582
  1. 2
      modules/softcascade/src/octave.cpp

@ -320,6 +320,8 @@ void BoostedSoftCascadeOctave::traverse(const CvBoostTree* tree, cv::FileStorage
fs << "}";
delete [] leafs;
}
void BoostedSoftCascadeOctave::write( cv::FileStorage &fso, const FeaturePool* pool, InputArray _thresholds) const

Loading…
Cancel
Save