Re: [Qemu-devel] [PATCH for-2.7 v4 04/36] qga: free the whole blacklist

2016-08-05 Thread Eric Blake
On 08/05/2016 05:25 AM, Markus Armbruster wrote: > Copying maintainer. > > marcandre.lur...@redhat.com writes: > >> From: Marc-André Lureau >> >> Free the config blacklist list, not just the elements. Do it so in the >> more appropriate function config_free(). >> >> Signed-off-by: Marc-André Lur

Re: [Qemu-devel] [PATCH for-2.7 v4 04/36] qga: free the whole blacklist

2016-08-05 Thread Markus Armbruster
Copying maintainer. marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Free the config blacklist list, not just the elements. Do it so in the > more appropriate function config_free(). > > Signed-off-by: Marc-André Lureau > --- > qga/main.c | 7 +-- > 1 file changed, 1 inser

[Qemu-devel] [PATCH for-2.7 v4 04/36] qga: free the whole blacklist

2016-08-05 Thread marcandre . lureau
From: Marc-André Lureau Free the config blacklist list, not just the elements. Do it so in the more appropriate function config_free(). Signed-off-by: Marc-André Lureau --- qga/main.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/qga/main.c b/qga/main.c index 4c3b2c