Re: [PATCH v2] accel/qaic: Fix slicing memory leak

2023-08-15 Thread Jeffrey Hugo
On 8/2/2023 8:59 AM, Jeffrey Hugo wrote: From: Pranjal Ramajor Asha Kanojiya The temporary buffer storing slicing configuration data from user is only freed on error. This is a memory leak. Free the buffer unconditionally. Fixes: ff13be830333 ("accel/qaic: Add datapath") Signed-off-by: Pranj

[PATCH v2] accel/qaic: Fix slicing memory leak

2023-08-02 Thread Jeffrey Hugo
From: Pranjal Ramajor Asha Kanojiya The temporary buffer storing slicing configuration data from user is only freed on error. This is a memory leak. Free the buffer unconditionally. Fixes: ff13be830333 ("accel/qaic: Add datapath") Signed-off-by: Pranjal Ramajor Asha Kanojiya Reviewed-by: Carl