Memory Leak Fix

Memory leak in BoostedSoftCascadeOctave::traverse
This commit is contained in:
Jacob Baines 2013-03-25 11:02:50 -03:00
parent a3e31a69df
commit 866d676582

View File

@ -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