From ad8ce9f9f2667d61bb81371b1b27873a61cb25f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Enrique=20Alcal=C3=A1=20Rojas?= Date: Wed, 4 Sep 2024 04:01:56 -0400 Subject: [PATCH] add content memory-leak@nOND14t7ISgSH3zNpV3F8.md (#6829) --- .../content/memory-leak@nOND14t7ISgSH3zNpV3F8.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/data/roadmaps/cyber-security/content/memory-leak@nOND14t7ISgSH3zNpV3F8.md b/src/data/roadmaps/cyber-security/content/memory-leak@nOND14t7ISgSH3zNpV3F8.md index e69de29bb..b111c9924 100644 --- a/src/data/roadmaps/cyber-security/content/memory-leak@nOND14t7ISgSH3zNpV3F8.md +++ b/src/data/roadmaps/cyber-security/content/memory-leak@nOND14t7ISgSH3zNpV3F8.md @@ -0,0 +1,3 @@ +# Memory Leak + +A Memory Leak occurs when a computer program consumes memory but fails to release it back to the operating system after it is no longer needed. Over time, this can lead to reduced system performance, increased memory usage, and, in severe cases, the program or system may crash due to the exhaustion of available memory.