Quote:
Originally Posted by ruisen2000
whats a memory leak?
|
When a system does not correctly manage its memory allocations(it uses but doesn't give memory back) it is called a memory leak. A memory leak is a bug. issues with this can include reduced performance and failure. They can happen quite a bit with certain web browsers as well as programs in general.