Commit a7a4a2ae authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #5280 from ilya-lavrenov:ml

parents 5b1967f8 d7bb1025
......@@ -537,6 +537,9 @@ void CvERTreeTrainData::set_data( const CvMat* _train_data, int _tflag,
if( data )
delete data;
if ( pair16u32s_ptr )
cvFree( &pair16u32s_ptr );
if (_fdst)
cvFree( &_fdst );
if (_idst)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment