diff options
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/main.cpp b/core/main.cpp index 03b314b..73e88f3 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -48,6 +48,8 @@ int on_exit() delete *i; plugins.clear(); } + plugin_list_mutex.unlock(); + service_list_mutex.unlock(); return 0; } |