mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-18 02:50:09 +03:00
Merge branch 'spirit03-master'
This commit is contained in:
commit
3a679f9333
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user