Closed jeizenga closed 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*).
HandleGraph*
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*
).