aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system/libkvisystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/system/libkvisystem.cpp')
-rw-r--r--src/modules/system/libkvisystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp
index 1fd5ac219..2f3351b58 100644
--- a/src/modules/system/libkvisystem.cpp
+++ b/src/modules/system/libkvisystem.cpp
@@ -724,7 +724,7 @@ static bool system_module_init(KviModule * m)
static bool system_module_cleanup(KviModule *m)
{
- g_pPluginManager->unloadAll(true);
+ g_pPluginManager->unloadAll();
delete g_pPluginManager;
return true;
}