qemu/contrib
Stefan Hajnoczi ec244b1739 vhost-user-input: use free(elem) instead of g_free(elem)
The virtqueue element returned by vu_queue_pop() is allocated using
malloc(3) by virtqueue_alloc_element().  Use the matching free(3)
function instead of glib's g_free().

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20191119111626.112206-1-stefanha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
2019-11-20 04:57:22 -05:00
..
elf2dmp
gitdm
ivshmem-client
ivshmem-server
libvhost-user
rdmacm-mux
systemd
vhost-user-blk
vhost-user-gpu
vhost-user-input vhost-user-input: use free(elem) instead of g_free(elem) 2019-11-20 04:57:22 -05:00
vhost-user-scsi