You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 getdelete
d. There is almost certainly a better way to manage these things.The text was updated successfully, but these errors were encountered: