Class Instance Self Destruction Control Element
CWE-1082 · Base · Incomplete
The code contains a class instance that calls the method or function to delete or destroy itself.
Extended description
For example, in C++, "delete this" will cause the object to delete itself.