diff --git a/src/conf/interface_conf.c b/src/conf/interface_conf.c index 7cb71edc9f..dafce14df4 100644 --- a/src/conf/interface_conf.c +++ b/src/conf/interface_conf.c @@ -58,6 +58,7 @@ void virInterfaceIpDefFree(virInterfaceIpDefPtr def) { if (def == NULL) return; VIR_FREE(def->address); + VIR_FREE(def); } static