depope6
02-25-2008, 09:57 AM
not sure what this does, captive works 600p is working great do i need this fix?
NoReality
02-25-2008, 10:23 AM
New file released for memory leak
Memory leak
(From Wikipedia, the free encyclopedia)
In computer science, a memory leak is a particular kind of unintentional memory consumption by a computer program where the program fails to release memory when no longer needed. This condition is normally the result of a bug in a program that prevents it from freeing up memory that it no longer needs.
The term is ironic, since memory is not physically lost from the computer. Rather, memory is allocated to a program, and that program subsequently loses the ability to access it due to program logic flaws.