Re: [PATCH] i386: Use g_autofree in a few places

2019-10-25 Thread Stefano Garzarella
On Thu, Oct 24, 2019 at 11:56:32PM -0300, Eduardo Habkost wrote: > Get rid of 12 explicit g_free() calls. > > Signed-off-by: Eduardo Habkost > --- > target/i386/cpu.c | 41 + > 1 file changed, 13 insertions(+), 28 deletions(-) > The changes LGTM: Reviewe

[PATCH] i386: Use g_autofree in a few places

2019-10-24 Thread Eduardo Habkost
Get rid of 12 explicit g_free() calls. Signed-off-by: Eduardo Habkost --- target/i386/cpu.c | 41 + 1 file changed, 13 insertions(+), 28 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 0de8a22e1e..59b7aaf580 100644 --- a/target/i386/