Jump to content

Memory leak

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sandos (talk | contribs) at 14:59, 30 July 2001. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A common error when Programming, especially when programming in langauages that has no Garbage Collection.


The error occurs when a program/the programmer fails to release allocated memory to the system handling physical memory, which is often a Operating system.


This is a usual problem of c and c++, so many tools exist to help detect these problems in c.