1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #4662: Removed addional double unlock()

This commit is contained in:
Ruben S. Montero 2016-07-29 12:02:23 +02:00
parent ed22ffa810
commit 7676ab6c62

View File

@ -42,8 +42,6 @@ ActionManager::ActionManager():
ActionManager::~ActionManager()
{
unlock();
pthread_mutex_destroy(&mutex);
pthread_cond_destroy(&cond);