Closed stephanmg closed 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.
IsecInfo
SLOC 472 in file NLM_CellNetwork.hh.
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.