提交 4e9cb475 编写于 作者: V Vadim Pisarevsky

Merge pull request #3565 from mshabunin:ml-leak-24

......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册