Created: 2023-01-15 19:08
Status: #concept
Subject: Programming
Tags: C Memory Garbage Memory Address Pointer
Memory Leak
Definition
A memory leak occurs when a program incorrectly manages Dynamic Memory Allocation in a way that Memory which is no longer needed is not "freed" or "Garbage collected".
References
- C Programming, A Modern Approach, 2nd Edition, Chapter 17.4