OT: WWDC 2021, ARC in Swift: Basics and beyond

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Sat Jun 12 17:57:06 UTC 2021


On Saturday, 12 June 2021 at 16:56:54 UTC, IGotD- wrote:
> management again and if not used properly then the program will 
> leak memory. Automatic memory management is no longer automatic

Leaks will usually be detected during testing. Just make the 
runtime such that it tells you where the memory was allocated 
that wasn't freed when the program terminates. It isn't really 
all that complicated.



More information about the Digitalmars-d mailing list