From b170dc2b10df0e66acc5bc0bb89ba2c68a755f12 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 17 Mar 2011 22:04:17 +0200 Subject: mutexes fix --- core/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/main.cpp') 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; } -- cgit v1.2.3