Re: [libvirt PATCH 01/11] virthreadpool: Use automatic memory management

2022-02-10 Thread Michal Prívozník
On 2/7/22 14:12, Tim Wiederhake wrote: > Signed-off-by: Tim Wiederhake s/memory/lock/ in $SUBJ. > --- > src/util/virthreadpool.c | 39 +-- > 1 file changed, 13 insertions(+), 26 deletions(-) > > diff --git a/src/util/virthreadpool.c b/src/util/virthreadpool.

[libvirt PATCH 01/11] virthreadpool: Use automatic memory management

2022-02-08 Thread Tim Wiederhake
Signed-off-by: Tim Wiederhake --- src/util/virthreadpool.c | 39 +-- 1 file changed, 13 insertions(+), 26 deletions(-) diff --git a/src/util/virthreadpool.c b/src/util/virthreadpool.c index 426840e435..b6d154802a 100644 --- a/src/util/virthreadpool.c +++ b/src