3.3 References and Learnings
Internet References:
mpatrol
Book References:
Learnings :
Syantatical Memory Leak : a memory allocation whose deletion is missing from the code. :)
Functional memory leak: a memory allocation whose deletion is only possible when program or module is exited.