Definitions for "Dangling pointer"
A pointer to memory that has previously been freed. If a reference to the pointer is retained, the pointer is considered “dangling.” It is an error to dereference or otherwise use such a pointer.
a pointer to memory that was previously freed
a pointer to storage that is no longer allocated