On 1/18/2018 11:48 AM, Yong Wang wrote:
> There are several func calls to rte_zmalloc() which don't do null
> point check on the return value. And before return, the memory is not
> freed. Fix it by adding null point check and rte_free().
Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queu
There are several func calls to rte_zmalloc() which don't do null
point check on the return value. And before return, the memory is not
freed. Fix it by adding null point check and rte_free().
Signed-off-by: Yong Wang
---
v3:
* Rebase on master and modify again.
v2:
* Fix code style warning.
---
There are several func calls to rte_zmalloc() which don't do null
point check on the return value. And before return, the memory is not
freed. Fix it by adding null point check and rte_free().
Signed-off-by: Yong Wang
Reviewed-By: Shreyansh Jain
---
v3:
* Rebase on master and modify again.
v2:
There are several func calls to rte_zmalloc() which don't do null
point check on the return value. And before return, the memory is not
freed. Fix it by adding null point check and rte_free().
Signed-off-by: Yong Wang
Reviewed-By: Shreyansh Jain
---
v3:
* Rebase on master and modify again.
v2:
4 matches
Mail list logo