Hi
Memory Leak and Bug Leak(Defect Leak) or Different.
I do agree with the first definition.
Defect Leak:The defects that pass through development phases prior to detection is called Bug Leak or Defect Leak.
Memory Leak:
A memory leak is the gradual loss of available computer memory when a program (an application or part of the operating system) repeatedly fails to return memory that it has obtained for temporary use. As a result the available memory for that application or that part of the operating system becomes exhausted and the program can no longer function. For a program that is frequently opened or called or that runs continuously even a very small memory leak can eventually cause the program or the system to terminate. A memory leak is the result of a program bug.
Regards
Prasad(G.D.S.Prasad@gmail.com)