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

bug : fix invalid read of size 8 error

This commit is contained in:
Ruben S. Montero 2010-04-24 17:13:48 +02:00
parent 2de6db705e
commit d5eca2da00

View File

@ -258,10 +258,10 @@ void PoolSQL::clean()
it->second->lock();
delete it->second;
pool.erase(it);
}
pool.clear();
unlock();
}