https://bugs.kde.org/show_bug.cgi?id=445235
lagu...@archeia.com <lagu...@archeia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lagu...@archeia.com --- Comment #5 from lagu...@archeia.com <lagu...@archeia.com> --- @paul ``` procedure Leak_New is type IP is access to Integer; I : IP := new Integer; begin for I in 1 .. 10 loop I := new Integer; end for; end Leak_New; ``` -- You are receiving this mail because: You are watching all bug changes.