HDTN
HDTN copied to clipboard
JsonSerializable class is missing virtual base destructor
The class JsonSerializable is a virtual base class but it is missing its virtual destructor function. This can cause derived classes to fail to clean up properly because of unspecified behavior.
Thanks for catching this. It's now resolved in our internal repository and will be pushed here soon.