diff --git a/src/util/thread_script_state.cpp b/src/util/thread_script_state.cpp index 089ad45d71..c705f4fce4 100644 --- a/src/util/thread_script_state.cpp +++ b/src/util/thread_script_state.cpp @@ -91,7 +91,7 @@ void enable_script_state_recycling(bool flag) { static void recycle_state(script_state s) { if (g_recycle_state) { lock_guard lk(g_state_mutex); - g_available_states.push_back(s); + g_available_states.push_back(s); } }