mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Free up memballoon def.
Forgetting to do this was causing a memory leak. Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
@@ -768,6 +768,8 @@ void virDomainDefFree(virDomainDefPtr def)
|
||||
|
||||
virDomainWatchdogDefFree(def->watchdog);
|
||||
|
||||
virDomainMemballoonDefFree(def->memballoon);
|
||||
|
||||
virSecurityLabelDefFree(def);
|
||||
|
||||
virCPUDefFree(def->cpu);
|
||||
|
||||
Reference in New Issue
Block a user