Skip to content

fix: Transform static data to translation-unit-local const

Turn private static members used in static_objects into translation-unit-local const. Changing the linkage also fixes double delete upon exit when the engine is used also in a shared library.

Merge request reports

Loading