]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Actually make virDomainChrSourceDef an object
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 12 Apr 2018 07:10:33 +0000 (09:10 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 12 Apr 2018 10:44:36 +0000 (12:44 +0200)
commitf574e2e5214fb99f0c2dff4d71da099e66ba36fa
treeeb750b50a6a39cd1d7d06c61d775bbf0af3f48f6
parent6a9bdf3f25fb3941d587b3f2877b36e4412d6762
conf: Actually make virDomainChrSourceDef an object

In 2ada9ef1465f we've tried to turn virDomainChrSourceDef into
virObject. Well, this requires 'virObject' member to be stored on
the first position of the struct. This adjustment is missing in
the original commit leading to all sorts of funny memleaks and
data corruptions.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
src/conf/domain_conf.h