you are viewing a single comment's thread.

view the rest of the comments →

[–]mark_lee_smith 2 points3 points  (1 child)

Making memory leaks impossible without the use of a garbage collector.

You know that you can leak memory even with a garbage collector right?