We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dca4f commit f3e7d69Copy full SHA for f3e7d69
src/output-flex.cpp
@@ -942,6 +942,8 @@ void output_flex_t::select_relation_members()
942
return;
943
}
944
945
+ // We can not use get_mutex_and_call_lua_function() here, because we need
946
+ // the mutex to stick around as long as we are looking at the Lua stack.
947
std::lock_guard<std::mutex> const guard{lua_mutex};
948
call_lua_function(m_select_relation_members, m_relation_cache.get());
949
0 commit comments