Commit ed508dc8 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #6399 from mshabunin:fix-flann-memleak

parents fc55e54a b99d0109
...@@ -874,6 +874,8 @@ private: ...@@ -874,6 +874,8 @@ private:
computeClustering(node->childs[c],indices+start, end-start, branching, level+1); computeClustering(node->childs[c],indices+start, end-start, branching, level+1);
start=end; start=end;
} }
delete[] centers;
} }
......
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