#60: Fix memory leaks in k_order_perturbation DLL --------------------------+------------------------------------------------- Reporter: sebastien | Owner: george Type: bug | Status: accepted Priority: minor | Milestone: Component: K-order DLL | Version: Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by george):
* status: new => accepted
Comment:
As an emergency bug fix I removed (i.e. delete-d) few objects created by operator "new" in calcDerivatives and the constructor. Please check if that is causing any problem on your machines. This change so far did not require changes of the interfaces.
In due course I will continue working on further improvements such as changing the style and using references instead of pointers, though, at a lower priority.