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

added missing delete

This commit is contained in:
gschmidt 2015-06-17 04:15:12 +02:00
parent 29f239e988
commit 4e267311fc

View File

@ -280,6 +280,8 @@ int PoolObjectSQL::append_template(
return -1;
}
delete old_tmpl;
return 0;
}