浏览代码

* don't check pointers in the heap trace unit fixes #7050

git-svn-id: trunk@3873 -
florian 19 年之前
父节点
当前提交
481f73e989
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rtl/inc/heaptrc.pp

+ 1 - 0
rtl/inc/heaptrc.pp

@@ -15,6 +15,7 @@
 unit heaptrc;
 interface
 
+{$checkpointer off}
 {$goto on}
 
 {$if defined(win32) or defined(wince)}