Hi, In the function void KisSelectionManager::grow (Q_INT32 xradius, Q_INT32 yradius) a lot of arrays are allocated with operator new[]. But they are deleted with delete and not with delete []. You should check lines 891 to 897 for proper deletion of the arrays. Christoph Bartoschek