mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Merge pull request #3565 from mshabunin:ml-leak-24
This commit is contained in:
@@ -92,7 +92,7 @@ void CvMLData::free_train_test_idx()
|
||||
{
|
||||
cvReleaseMat( &train_sample_idx );
|
||||
cvReleaseMat( &test_sample_idx );
|
||||
sample_idx = 0;
|
||||
cvFree(&sample_idx);
|
||||
}
|
||||
|
||||
void CvMLData::clear()
|
||||
|
||||
Reference in New Issue
Block a user