I’m writing a C++ program with several threads, lots of IO, etc. and I want to check for memory leaks. The program runs great in debug build, and release build. But, if I run Valgrind from within Qt Creator (v 12.0.2) with Qt5.15.2, I see some output from my program and then: 21:18:04: Analyzing finished. […]