mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
parent
7e4e8921bc
commit
b5e42d8cc1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user