Re: [PATCH v3 03/30] baseband/acc100: memory leak fix

2022-10-14 Thread Maxime Coquelin
On 10/12/22 04:53, Hernan Vargas wrote: Move check for undefined device before allocating queue data structure. Coverity issue: 375803, 375813, 375819, 375827, 375831 Fixes: 060e7672930 ("baseband/acc100: add queue configuration") Cc: sta...@dpdk.org Signed-off-by: Hernan Vargas No new li

[PATCH v3 03/30] baseband/acc100: memory leak fix

2022-10-11 Thread Hernan Vargas
Move check for undefined device before allocating queue data structure. Coverity issue: 375803, 375813, 375819, 375827, 375831 Fixes: 060e7672930 ("baseband/acc100: add queue configuration") Cc: sta...@dpdk.org Signed-off-by: Hernan Vargas Reviewed-by: Maxime Coquelin --- drivers/baseband/acc