-
Sébastien Villemot authored
This prevents destruction through a base pointer, which would a memory leak since the destructor is not virtual (and we cannot make it virtual because it would break our crude serialization strategy).
Sébastien Villemot authoredThis prevents destruction through a base pointer, which would a memory leak since the destructor is not virtual (and we cannot make it virtual because it would break our crude serialization strategy).