PostNewtonian icon indicating copy to clipboard operation
PostNewtonian copied to clipboard

C++/TaylorTn_Q should have a virtual destructor

Open duetosymmetry opened this issue 8 years ago • 0 comments

The call to delete Tn; at PNEvolution_Q.cpp:455 will call the destructor of the interface base class. This could lead to memory leaks.

duetosymmetry avatar Sep 20 '17 19:09 duetosymmetry