kima icon indicating copy to clipboard operation
kima copied to clipboard

Non-standard and risky use of global variables

Open eggplantbren opened this issue 6 years ago • 0 comments

This doesn't seem to affect the functionality, and I have run kima through a valgrind check and it passes. So it is only an issue of C++ style. There are some strange uses of new to create variables on the heap and it's not clear where they get deleted. There is almost certainly a better way to manage these things.

eggplantbren avatar Jun 19 '18 04:06 eggplantbren