diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-17 22:04:17 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-17 22:04:17 +0200 |
commit | b170dc2b10df0e66acc5bc0bb89ba2c68a755f12 (patch) | |
tree | 775d3286f301bb2e220b8d1eb8456b34fef1f7ee /core/main.cpp | |
parent | c6ceb73febc0f5afcd01341a16dca768d5c627cd (diff) |
mutexes fix
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; } |