内存泄漏

memory leak

中文定义

由于程序的动态存储分配逻辑中的缺陷引起的内存访问失效,导致内 存使用完毕后不能收回而无法使用。

English Definition

A memory access failure due to a defect in a program's dynamic store allocation logic that causes it to fail to release memory after it has finished using it.