mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature-1112: Delete dspool when destoying the Nebula class
This commit is contained in:
parent
1d8d821d04
commit
69e9192a98
@ -329,6 +329,11 @@ private:
|
||||
delete tpool;
|
||||
}
|
||||
|
||||
if ( dspool != 0)
|
||||
{
|
||||
delete tpool;
|
||||
}
|
||||
|
||||
if ( vmm != 0)
|
||||
{
|
||||
delete vmm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user