vgteam / libhandlegraph

Library for the Handle Graph abstraction
MIT License
21 stars 5 forks source link

Acddd virtual destructors to interfaces #28

Closed jeizenga closed 5 years ago

jeizenga commented 5 years ago

We made an oops and didn't give our interfaces virtual destructors, which apparently makes the implementation's destructor inaccessible in some situations (e.g. when the instantiation is new'd and the pointer is saved as a HandleGraph*).