From d95f1bd64ecb2fdbc10a54f548779243f8315d01 Mon Sep 17 00:00:00 2001 From: Joao Paulo Magalhaes Date: Sat, 1 Jun 2024 14:35:25 +0100 Subject: [PATCH] do not clear the arena relocator callback --- src/c4/yml/event_handler_stack.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/c4/yml/event_handler_stack.hpp b/src/c4/yml/event_handler_stack.hpp index af1e11b2..30e96953 100644 --- a/src/c4/yml/event_handler_stack.hpp +++ b/src/c4/yml/event_handler_stack.hpp @@ -67,8 +67,6 @@ protected: void _stack_finish_parse() { - m_relocate_arena = nullptr; - m_relocate_arena_data = nullptr; } protected: