Memory leaks
Memory allocated but never freed, and for which no pointers exist.
Memory blocks cannot be used nor freed, and occupy address space.
Performance of the program degrades and eventually it fails from lack of memory
Purify reports Memory Leaks