Re: [PATCH 1/4] plugins: Fixes a issue when dlsym failed, the handle not closed.

2020-09-26 Thread Philippe Mathieu-Daudé
On 9/26/20 4:04 PM, Yonggang Luo wrote: > Signed-off-by: Yonggang Luo Superfluous trailing '.' in patch subject. Reviewed-by: Philippe Mathieu-Daudé > --- > plugins/loader.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/plugins/loader.c b/plugins/loader.c > index 685d334e1a..8ac5d

[PATCH 1/4] plugins: Fixes a issue when dlsym failed, the handle not closed.

2020-09-26 Thread Yonggang Luo
Signed-off-by: Yonggang Luo --- plugins/loader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/loader.c b/plugins/loader.c index 685d334e1a..8ac5dbc20f 100644 --- a/plugins/loader.c +++ b/plugins/loader.c @@ -235,6 +235,7 @@ static int plugin_load(struct qemu_plugin_desc *desc, cons