]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: snapshot: Avoid memleak in virVBoxSnapshotConfAllChildren
authorPeter Krempa <pkrempa@redhat.com>
Tue, 17 Jun 2014 09:02:54 +0000 (11:02 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 Jun 2014 11:28:39 +0000 (13:28 +0200)
commitca9a94a0a92b1a2a3431bc7b78474ecf31437226
treefe351b536320390584162a24ea512b39f62271ad
parent810eea719c629338b66d7e348a46155d42f8ffb3
vbox: snapshot: Avoid memleak in virVBoxSnapshotConfAllChildren

On re-allocation failure the function would leak already allocated
memory.
src/vbox/vbox_snapshot_conf.c