https://bugs.kde.org/show_bug.cgi?id=445235

--- Comment #6 from lagu...@archeia.com <lagu...@archeia.com> ---
er...

procedure Leak_New is
   type IP is access Integer;

   I : IP := new Integer;
begin
   for C in 1 .. 10 loop
      I := new Integer;
   end loop;
end Leak_New;

objdump -t leak_new

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to