====== Memory Leak ====== [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] A **Memory Leak** is a process in which a program running in memory or [[dido:public:ra:xapend:xapend.a_glossary:a:application]] persistently retains a computer's [[dido:public:ra:xapend:xapend.a_glossary:r:computermemory]]. It occurs when the resident memory program does not return or release allocated memory space, even after execution, resulting in slower or unresponsive system behavior. Ultimately, unchecked **Memory Leaks** can exhaust all memory, resulting in a crash. Source: [[https://www.techopedia.com/definition/3838/memory-leak ]] /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /* To add a discussion page to this page, comment out the line that says ~~DISCUSSION:off~~ */ ~~DISCUSSION:on|Outstanding Issues~~ ~~DISCUSSION:off~~