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

added second missing delete (this one is for replacement)

This commit is contained in:
gschmidt 2015-06-17 04:34:17 +02:00
parent 4e267311fc
commit c41e9355c1

View File

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