Browse Source

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

git-svn-id: trunk@3873 -
florian 19 years ago
parent
commit
481f73e989
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/heaptrc.pp

+ 1 - 0
rtl/inc/heaptrc.pp

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