Skip to content

Commit

Permalink
ArrayMatcher_Kdtree_Flann destructor can be set as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Jul 6, 2017
1 parent 97d5ed7 commit 682b2c0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/openMVG/matching/matcher_kdtree_flann.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ class ArrayMatcher_Kdtree_Flann : public ArrayMatcher<Scalar, Metric>

ArrayMatcher_Kdtree_Flann() = default;

virtual ~ArrayMatcher_Kdtree_Flann()
{
datasetM_.reset();
index_.reset();
}
virtual ~ArrayMatcher_Kdtree_Flann() = default;

/**
* Build the matching structure
Expand Down

0 comments on commit 682b2c0

Please sign in to comment.