A small issue in kis_selection_manager.cc

Christoph Bartoschek bartoschek at or.uni-bonn.de
Thu Mar 23 15:02:11 CET 2006


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


More information about the kimageshop mailing list