On Sat, 24 Aug 2024 at 04:22, Yichen Wang <yichen.w...@bytedance.com> wrote: > The patch was originally written exactly like what you suggest, > cleanup in the error path of the same function. However, later I > realized in gdb that I was wrong. The qatzip_send_cleanup() function > will be called later in another thread in both normal and error paths. > So I revised the patch to this behavior, otherwise I will run into > double free in the error path. >
* I see, okay, in that case: Reviewed-by: Prasad Pandit <p...@fedoraproject.org> Thank you. --- - Prasad