mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
tests: replace VIR_FREE with g_free in all *Dispose() functions
Signed-off-by: Laine Stump <laine@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
8334440941
commit
9709c3418e
@ -43,7 +43,7 @@ static void
|
||||
testFileCacheObjDispose(void *opaque)
|
||||
{
|
||||
testFileCacheObjPtr obj = opaque;
|
||||
VIR_FREE(obj->data);
|
||||
g_free(obj->data);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user