mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
remote: convert VIR_FREE to g_free in other functions that free their arg
Signed-off-by: Laine Stump <laine@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
c80efb9b60
commit
d835c0affe
@ -419,7 +419,7 @@ int daemonFreeClientStream(virNetServerClientPtr client,
|
||||
}
|
||||
|
||||
virObjectUnref(stream->st);
|
||||
VIR_FREE(stream);
|
||||
g_free(stream);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user