1
0
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:
Ruben S. Montero 2012-02-10 01:18:46 +01:00
parent 1d8d821d04
commit 69e9192a98

View File

@ -329,6 +329,11 @@ private:
delete tpool;
}
if ( dspool != 0)
{
delete tpool;
}
if ( vmm != 0)
{
delete vmm;