-
- 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).
parent
c8cd182e
Branches
No related tags found
Checking pipeline status
Loading
Please register or sign in to comment