CWE-1091 – Use of Object without Invoking Destructor Method

Read Time:12 Second

Description

The software contains a method that accesses an object but does not later invoke
the element’s associated finalize/destructor method.

Modes of Introduction:

 

 

Related Weaknesses

CWE-772
CWE-1076

 

Consequences

Other: Reduce Performance

 

Potential Mitigations

CVE References