memory leak
An allocated block of memory to which there are no pointers. You can never access this memory, but it occupies address space, increases paging (which degrades performance), and fragments memory so you can no longer allocate large blocks in recycled memory. Leaks can eventually cause a program to run out of memory.
(C) Copyright IBM Corporation 1992, 2010.