This happens when the programmers allocate memory to the heap for some temporary use and then forget to delete it
Continue readingTag: Memory leak
What Is Memory leak in C++ and How to avoid it?
This happens when the programmers allocate memory to the heap for some temporary use and then forget to delete it
Continue reading