CodeCompass icon indicating copy to clipboard operation
CodeCompass copied to clipboard

Destructor call is not present on delete expressions.

Open bruntib opened this issue 7 years ago • 0 comments

When allocating an object on the heap, the corresponding constructor call is also registered at that position besides the operator new() call. However, in case of a delete expression only operator delete() is registered, but the destructor isn't.

bruntib avatar Dec 09 '18 15:12 bruntib