diff options
Diffstat (limited to 'logic/work.cpp')
-rw-r--r-- | logic/work.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/work.cpp b/logic/work.cpp index 6829e62b..62c15403 100644 --- a/logic/work.cpp +++ b/logic/work.cpp @@ -103,5 +103,5 @@ Work::~Work() // order matters, otherwise use-after-free -sh sc = nullptr; tracker = nullptr; - libs = SelectedLibraries(); + libs = runtime_libraries(); } |