Skip to content

Add missing virtual destructors

Samuel Debionne requested to merge add_missing_virtual_destructors into master

The following abstract classes have missing virtual destructors:

  • Timer::Callback
  • Allocator

This should be merged after the following MRs:

Edited by Samuel Debionne

Merge request reports