cppcheck: objdetect/src/matching.cpp, memory leaks (Bug #1663)
Description
At line 215 in matching.cpp it is missing
free(newFilter);
free(rot2PIFilter);
before the return
Related issues
duplicated by Patch #1391: Potential for memory leak in matching.cpp | Cancelled |
History
Updated by Marina Kolpakova almost 13 years ago
Thanks for reporting!
- Status changed from Open to Done
- Target version set to 2.4.0
- Assignee set to Marina Kolpakova