この製品は、割り当て済みのリソースへの参照を適切に保持していないため、リソースを再要求できません。
これは、ガベージコレクションを自動的に実行する言語やフレームワークでは必ずしも当てはまらない。なぜなら、すべての参照を削除することは、リソースを取り戻す準備ができたというシグナルとして機能するかもしれないからだ。
The product does not properly maintain a reference to a resource that has been allocated, which prevents the resource from being reclaimed.
This does not necessarily apply in languages or frameworks that automatically perform garbage collection, since the removal of all references may act as a signal that the resource is ready to be reclaimed.