]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Eliminate memory leak in xenUnifiedDomainInfoListFree
authorLaine Stump <laine@redhat.com>
Thu, 29 Jul 2010 13:41:33 +0000 (09:41 -0400)
committerLaine Stump <laine@laine.org>
Thu, 29 Jul 2010 16:25:24 +0000 (12:25 -0400)
commit1999e4f8f880c33307254096a01765594fdfd1d0
tree64384249afdb513924807403059e15650de47b99
parentb611a3fb47e0e71a1309867bc4f261dee0f5401f
Eliminate memory leak in xenUnifiedDomainInfoListFree

This fixes a leak described in

   https://bugzilla.redhat.com/show_bug.cgi?id=590073

xenUnifiedDomainInfoList has a pointer to a list of pointers to
xenUnifiedDomain. We were freeing up all the domains, but neglecting
to free the list.

This was found by Paolo Bonzini <pbonzini@redhat.com>.
src/xen/xen_driver.c