mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: replace VIR_FREE with g_free in all vir*Free() functions
Signed-off-by: Laine Stump <laine@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
@@ -174,7 +174,7 @@ virNWFilterRuleInstFree(virNWFilterRuleInstPtr inst)
|
||||
return;
|
||||
|
||||
virHashFree(inst->vars);
|
||||
VIR_FREE(inst);
|
||||
g_free(inst);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user