Translations:Development/Tutorials/Common Programming Mistakes/53/en

From KDE TechBase

You see, pollute() instantiates a new object polluter of the class t. Then, the variable polluter is lost because it is local, but the content (the object) stays on the heap. I could use this program to render my computer unusable within 10 seconds.