cvCorrectMatches memory leak (Bug #222)
Description
In the function cvCorrectMatches in cvTriangulate.cpp there is a memory leak in the result and polynomial matrices.
Add
cvReleaseMat(&result);
cvReleaseMat(&polynomial);
in the end of the function to fix it.
Associated revisions
Merge pull request #222 from taka-no-me:perf_verify_sanity
History
Updated by anonymous - almost 15 years ago
SVN version should not have this problem anymore
- Status changed from Open to Done
- (deleted custom field) set to fixed