Class with Virtual Method without a Virtual Destructor
CWE-1087 · Base · Incomplete
A class contains a virtual method, but the method does not have an associated virtual destructor.
A class contains a virtual method, but the method does not have an associated virtual destructor.