Skip to content
Snippets Groups Projects
Verified Commit 3a187076 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment