diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-28 19:38:31 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-28 19:38:31 +0100 |
commit | 3516a342d7cf105a8c20666045705d25eabed9e2 (patch) | |
tree | fd2348e94bad6a3a7685e932ccedf7e7ff9f23da | |
parent | ee97a99e5db05cc6f0bb1e31fe8cac6d160936a5 (diff) |
api: don't even try to unload the library
-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; |