avoiding early destruction of code objects list (#847)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1f96593b4f
Коммит
358c599c3f
@@ -405,7 +405,6 @@ get_code_objects()
|
||||
{
|
||||
static auto*& _v =
|
||||
common::static_object<common::Synchronized<code_object_array_t>>::construct();
|
||||
static auto _dtor = common::scope_destructor{[]() { finalize(); }};
|
||||
return _v;
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user