Thread (7 messages) flat view 7 messages, 3 authors, 2020-10-11

Re: [dpdk-dev] [PATCH] net/octeontx2: remove logically dead code

From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2020-09-29 19:57:48

On Wed, 26 Aug 2020 19:18:09 +0800
wangyunjian [off-list ref] wrote:
 	if (tx_qconf)
 		free(tx_qconf);
-	if (rx_qconf)
-		free(rx_qconf);
free accepts a NULL pointer so current practice is to avoid
useless if() tests before free.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help