What are the most common/frequent memory leaks programmers use to run into when developing applications?
Interested in all kind of languages, would be nice if this could evolve into a community wiki where to see fixes for common leaks in different languages.
Update
I have a suggestion to limit this conversation to C related languages, .NET and Python. I think these are often used languages, and often beginners try to work with these. In case more languages are needed, edit.
In C++,
In PHP,
In .NET