[PATCH v3 0/2] plugins: Fix some resource leaks

Alex Chen posted 2 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201109082829.87496-1-alex.chen@huawei.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>
contrib/plugins/lockstep.c | 3 +++
1 file changed, 3 insertions(+)
[PATCH v3 0/2] plugins: Fix some resource leaks
Posted by Alex Chen 3 years, 4 months ago
There are 3 resource leaks in contrib/plugins/lockstep.c, fix it.

v2->v3:
- change the "From" line to "Alex Chen"

v1->v2:
- add the cover letter
- modify the subject of the patch[2/2]

Alex Chen (2):
  plugins: Fix resource leak in connect_socket()
  plugins: Fix two resource leaks in setup_socket()

 contrib/plugins/lockstep.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.19.1


Re: [PATCH v3 0/2] plugins: Fix some resource leaks
Posted by Alex Bennée 3 years, 4 months ago
Alex Chen <alex.chen@huawei.com> writes:

> There are 3 resource leaks in contrib/plugins/lockstep.c, fix it.

Queued to for-5.2/various-fixes, thanks.

>
> v2->v3:
> - change the "From" line to "Alex Chen"
>
> v1->v2:
> - add the cover letter
> - modify the subject of the patch[2/2]
>
> Alex Chen (2):
>   plugins: Fix resource leak in connect_socket()
>   plugins: Fix two resource leaks in setup_socket()
>
>  contrib/plugins/lockstep.c | 3 +++
>  1 file changed, 3 insertions(+)


-- 
Alex Bennée