Memory leak detected by Valgrind in cv::resize

related: Memory leak detected by Valgrind in cv::resize · Issue #20145 · opencv/opencv · GitHub

you aren’t the first to run valgrind on complex code. valgrind is known to be overly broad in flagging things that may in fact be correct. always be aware of that. never treat valgrind’s output as bug reports.

1 Like