]> git.ipfire.org Git - thirdparty/qemu.git/commit - thunk.c
thunk: fix of malloc to g_new
authorAarushi Mehta <mehta.aaru20@gmail.com>
Fri, 1 Mar 2019 19:41:42 +0000 (01:11 +0530)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 6 Mar 2019 10:27:32 +0000 (11:27 +0100)
commit0e081fde8a3d80383adf2e802fc0c03af44c5436
treed1b8a14a2aa6900d21b7b1d4339a9a8e92657d85
parent5c7ba877ef54e6a90982db729b4fda8c4790ef67
thunk: fix of malloc to g_new

Note that since thunking occurs throughout the lifetime of the QEMU
instance, there is no matching 'free' to correct.

Signed-off-by: Aarushi Mehta <mehta.aaru20@gmail.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <5310bd5d152fa36c1828a7cbd19fc893739d1609.camel@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
thunk.c