Ver código fonte

Finish heaptrc to-free queue before reporting leaks.

Rika Ichinose 1 mês atrás
pai
commit
9f4483823a
1 arquivos alterados com 1 adições e 0 exclusões
  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