MTuner的release版本下载
提取码:smws
该软件是开源的,仓库地址如下:
GitHub - milostosic/MTuner: MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
检测方法:
将可以双击运行的debug程序,拖入起始页如下位置即可。
按照《MinGW版Qt环境下如何检测内存泄漏_u014804795的博客-CSDN博客》的测试代码,测试出了下面的内存泄漏位置,其他label位置也可通过文件路径查看,文末有测试程序:
QLabel *label1 = new QLabel("label");
本文使用的测试程序