소스 검색

Finish heaptrc to-free queue before reporting leaks.

Rika Ichinose 1 개월 전
부모
커밋
9f4483823a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/inc/heaptrc.pp

+ 1 - 0
rtl/inc/heaptrc.pp

@@ -1324,6 +1324,7 @@ var
   loc_info: pheap_info;
 begin
   loc_info:=@heap_info;
+  try_finish_heap_free_todo_list(loc_info);
   if useownfile then
     ptext:=@ownfile
   else