diff options
-rw-r--r-- | api/plugin-support.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp index b9400e88..33fe1933 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -179,9 +179,6 @@ private: { qDebug() << "library" << module_name << "failed:" << handle.errorString(); - if (handle.isLoaded()) - (void) handle.unload(); - Constructor = nullptr; Dialog = nullptr; Meta = nullptr; |