1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

Merge branch 'spirit03-master'

This commit is contained in:
Ruben S. Montero 2015-06-17 10:15:53 +02:00
commit 3a679f9333

View File

@ -225,6 +225,8 @@ int PoolObjectSQL::replace_template(
return -1;
}
delete old_tmpl;
return 0;
}
@ -282,6 +284,8 @@ int PoolObjectSQL::append_template(
return -1;
}
delete old_tmpl;
return 0;
}