mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03: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:
parent
ab85b5eaa2
commit
32c6a959ac
@ -768,6 +768,8 @@ void virDomainDefFree(virDomainDefPtr def)
|
||||
|
||||
virDomainWatchdogDefFree(def->watchdog);
|
||||
|
||||
virDomainMemballoonDefFree(def->memballoon);
|
||||
|
||||
virSecurityLabelDefFree(def);
|
||||
|
||||
virCPUDefFree(def->cpu);
|
||||
|
Loading…
x
Reference in New Issue
Block a user