avoiding early destruction of code objects list (#847)
Dieser Commit ist enthalten in:
committet von
GitHub
Ursprung
1f96593b4f
Commit
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;
|
||||
}
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren