Memory leaks and how to detect them
1. What is a memory leak?
When an object is allocated memory on heap and the allocated memory is not deleted/freed when the application exits, it becomes a memory that is no longer needed but is not released. This is called a memory leak.
An example ...
cplusminus.hashnode.dev3 min read
Chisom Hermes Chigoziri
Software Developer
Thanks for this article