NeuroBox3D / AnaMorph

Framework for creating 3d neuronal morphologies from point/diameter descriptions.
GNU Lesser General Public License v3.0
6 stars 6 forks source link

Potential memory leak #6

Closed stephanmg closed 4 years ago

stephanmg commented 4 years ago

It seems IsecInfo needs a virtual dtor, because there are pure virtual member functions included. Calling delete on a base class pointer will result in a memory leak.

SLOC 472 in file NLM_CellNetwork.hh.