提交 31bcbefc 编写于 作者: M Marius Muja

Merge pull request #285 from tkoeppe/master

Fix deletion in kmeans_index.h
......@@ -525,7 +525,7 @@ private:
node->variance = variance;
node->radius = radius;
delete node->pivot;
delete[] node->pivot;
node->pivot = mean;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册