Use-After-Free

Natural & Formal Sciences Dictionary
Definition
An error that occurs when code accesses memory (or another resource) after it has been deallocated or freed, resulting in undefined behavior, data corruption, crashes, or security vulnerabilities.