#memory-leak
Read more stories on Hashnode
Articles with this tag
In C, a memory leak occurs when a program allocates memory dynamically (using functions like malloc or calloc) but fails to deallocate or release that...