----- Original Message -----
From: "Daniel P. Berrange" <berrange(a)redhat.com>
When starting a container, newDef is initialized to a
copy of 'def', but when startup fails newDef is never
removed. This cause later attempts to use 'virDomainDefine'
to loose the new data being defined.
s/loose/lose/