Commit de4eb312 authored by catree's avatar catree

Fix memory leak when using CORNER_REFINE_APRILTAG.

parent 49b1cdf0
......@@ -1094,6 +1094,8 @@ static void _apriltag(Mat im_orig, const Ptr<DetectorParameters> & _params, std:
candidates.push_back(corners);
}
_zarray_destroy(quads);
}
......
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