diff options
| author | 2019-02-05 00:00:56 +0000 | |
|---|---|---|
| committer | 2019-02-05 00:00:56 +0000 | |
| commit | 05485be9f0ff3194ace46efaf156dd30441f29df (patch) | |
| tree | 8aaa5e7fdba476c9d53eb40d4794337de0e29af1 /src/modulemanager.cpp | |
| parent | DLLManager: add a function for retrieving a symbol. (diff) | |
Module: Initialise 'ModuleDLLManager' and 'dying' correctly.
Diffstat (limited to 'src/modulemanager.cpp')
| -rw-r--r-- | src/modulemanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index eb40c5971..86edd572f 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -66,7 +66,6 @@ bool ModuleManager::Load(const std::string& modname, bool defer) { newmod->ModuleSourceFile = filename; newmod->ModuleDLLManager = newhandle; - newmod->dying = false; Modules[filename] = newmod; std::string version = newhandle->GetVersion(); if (version.empty()) |
