A memory leak, in computer science (or leakage, in this
context), occurs when a computer program consumes memory but is unable to
release it back to the operating system. In object-oriented programming, a
memory leak may happen when an object is stored in memory but cannot be
accessed by the running code.
A memory leak can diminish the performance of the computer
by reducing the amount of...
Memory leak in CS
Continue Reading →