当前位置: 首页 > 工具软件 > FastMM > 使用案例 >

fastmm 遇到的问题

易炳
2023-12-01

程序退出时总是弹出提示框

This application has leaked memory. The small block leaks are (excluding expected leaks registered by pointer):


5 - 12 bytes: TObject x 1
13 - 20 bytes: TList x 1, TThreadList x 1, UnicodeString x 916
21 - 36 bytes: UnicodeString x 105
37 - 52 bytes: UnicodeString x 7
53 - 68 bytes: UnicodeString x 10
69 - 84 bytes: UnicodeString x 3
85 - 100 bytes: UnicodeString x 7
101 - 116 bytes: TCellProperties x 12, UnicodeString x 7
117 - 132 bytes: UnicodeString x 2
133 - 148 bytes: UnicodeString x 3
437 - 484 bytes: Texchanger x 11


Note: Memory leak detail is logged to a text file in the same folder as this application. To disable this memory leak check, undefine "EnableMemoryLeakReporting".


各种溢出啊,这个纠结啊,网上资料少的可怜


有tstringlist,tthreadlist,是全局变量

在FormCloseQuery 有释放代码


最后把释放的代码放到FormDestroy就没有溢出了,哪里能想到啊!!!


写个日志做个标记吧


 类似资料: