Merge pull request #519 from ispyisail/fix/asan-memory-leaks

Fix four memory leaks found by AddressSanitizer
This commit is contained in:
Laurent Trinques
2026-07-19 11:51:47 +02:00
committed by GitHub
4 changed files with 9 additions and 3 deletions
+3
View File
@@ -110,6 +110,9 @@ ElementScene::~ElementScene()
if (m_decorator)
delete m_decorator;
if (m_paste_area && !m_paste_area->scene())
delete m_paste_area;
}
/**