-
- Downloads
Bytecode: make destructors of base classes protected
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).
Loading
Please register or sign in to comment