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