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:
parent
2de6db705e
commit
d5eca2da00
@ -258,10 +258,10 @@ void PoolSQL::clean()
|
||||
it->second->lock();
|
||||
|
||||
delete it->second;
|
||||
|
||||
pool.erase(it);
|
||||
}
|
||||
|
||||
pool.clear();
|
||||
|
||||
unlock();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user