mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-24 00:14:12 +02:00
df5f622418
Terminal stores its TerminalData* as member d but never deletes it. Every Element creation (placing on diagram, loading icon for the element browser, drag previews) leaks one TerminalData per terminal. ASan confirmed 112 leaked objects (9856 bytes) in a short session across four call sites all rooted in Element::parseTerminal. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>