From 1bf8d63dc99fea7742cbaa2b2bcc28277997414e Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sun, 6 Nov 2022 18:00:05 +0000 Subject: [PATCH] Last Sync: 2022-11-06 18:00:05 --- Software_Engineering/Memory_leaks.md | 1 + test.md => banana.md | 0 2 files changed, 1 insertion(+) rename test.md => banana.md (100%) diff --git a/Software_Engineering/Memory_leaks.md b/Software_Engineering/Memory_leaks.md index 2d5b947..b694d5e 100644 --- a/Software_Engineering/Memory_leaks.md +++ b/Software_Engineering/Memory_leaks.md @@ -7,3 +7,4 @@ tags: [memory] # Memory leaks A memory leak occurs when you program memory and forget to delete it once you are finished. The consequences of memory leak is that it reduces the performance of the computer by reducing the amount of available memory. Eventually, in the worst case, too much of the available memory may become allocated and all or part of the system or device stops working correctly, the application fails, or the system slows down vastly . + \ No newline at end of file diff --git a/test.md b/banana.md similarity index 100% rename from test.md rename to banana.md