Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is Memory leak ?

leak memory
0
Posted

What is Memory leak ?

0

Memory which has no pointer pointing to it and there is no way to delete or reuse this memory(object), it causes Memory leak. { Base *b = new base(); } Out of this scope b no longer exists, but the memory it was pointing to was not deleted. Pointer b itself was destroyed when it went out of scope.

0

Memory which has no pointer pointing to it and there is no way to delete or reuse this memory(object), it causes Memory leak

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.