Commit c5404095 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1635 from catree:fix_aruco_apriltag_corner_memory_leak

parents 49b1cdf0 de4eb312
......@@ -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