Skip to content

fix(core): mismatch between malloc and delete in Demangler

Description

This fix a mismatch between malloc and delete in Demangler class.

This was leading to a huge log when using valgrind for example.

Closes #1030 (closed)

Edited by Marc SCHWEITZER

Merge request reports