What is memory leak ?
What is memory leak ? wiki said: A memory leak or leakage in computer science is a particular type of memory consumption by a computer program where the program is unable to release memory it has acquired. more detail in : http://en.wikipedia.org/wiki/Memory_leak an easy understand example about memory leak, please refer to this link: 女工程師的美加生活手札- Memory Leak other related webpage : Handling memory leaks in Java programs Memory Leak Detection in C++ 基本避免Memory Leak的技巧 — garylee