From 7a1c13fae65cb8d19201f231ff190c69367d7968 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 22 Aug 2016 13:24:54 +0200 Subject: api/plugins: try not avoiding dlclose(3) --- api/plugin-support.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/plugin-support.hpp') diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp index 8b20d211..b1a6fcb0 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -63,7 +63,7 @@ struct dylib final { return; handle = new QLibrary(filename); - handle->setLoadHints(QLibrary::PreventUnloadHint | handle->loadHints()); + //handle->setLoadHints(QLibrary::PreventUnloadHint | handle->loadHints()); struct _foo { static bool die(QLibrary*& l, bool failp) -- cgit v1.2.3