]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix virDomainSnapshotObjFree memory leak.
authorChris Lalancette <clalance@redhat.com>
Fri, 23 Apr 2010 15:58:41 +0000 (11:58 -0400)
committerChris Lalancette <clalance@redhat.com>
Fri, 23 Apr 2010 18:21:34 +0000 (14:21 -0400)
commit5993321dc593be115b35dde4bf8e91fb484ae79a
tree43d5a265f16eaf71c186f852eac0d7d8ebcea1c2
parente129a63775cd2f0537d363ef136f68479a29e8a2
Fix virDomainSnapshotObjFree memory leak.

We were freeing the virDomainSnapshotDefPtr, but not
the virDomainSnapshotObjPtr in virDomainSnapshotObjFree.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/conf/domain_conf.c