On 2/1/23 16:11, Ján Tomko wrote: > Remove some obvious uses of VIR_FREE in favor of automatic cleanup. > > Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> > --- > tools/virsh-domain-monitor.c | 5 +---- > tools/virsh-domain.c | 37 +++++++++---------------------- > tools/virsh-network.c | 6 ++--- > tools/virsh-nwfilter.c | 3 +-- > tools/virt-admin.c | 13 ++++------- > tools/virt-host-validate-common.c | 6 ++--- > 6 files changed, 20 insertions(+), 50 deletions(-) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal