mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 01:43:23 +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)
|
testFileCacheObjDispose(void *opaque)
|
||||||
{
|
{
|
||||||
testFileCacheObjPtr obj = opaque;
|
testFileCacheObjPtr obj = opaque;
|
||||||
VIR_FREE(obj->data);
|
g_free(obj->data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user