Re: [pve-devel] [PATCH librados2-perl 1/6] mon_command: free outs buffer

2022-02-21 Thread Thomas Lamprecht
On 18.02.22 12:38, Aaron Lauterer wrote: > Signed-off-by: Aaron Lauterer > --- > > thanks @Dominik who realized that we did not free this buffer in all > situations. > note that the status string is normally only allocated in the error case, where we freed it already, so actual impact shouldn't

[pve-devel] [PATCH librados2-perl 1/6] mon_command: free outs buffer

2022-02-18 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- thanks @Dominik who realized that we did not free this buffer in all situations. RADOS.xs | 4 1 file changed, 4 insertions(+) diff --git a/RADOS.xs b/RADOS.xs index 7eca024..1eb0b5a 100644 --- a/RADOS.xs +++ b/RADOS.xs @@ -145,6 +145,10 @@ CODE: RET