examples/ip_pipeline: fix logically dead node
Coverity issue: 107109 Fixes: 7122d30131ad ("examples/ip_pipeline: rework flow classification pipeline") Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
parent
0bff0fd263
commit
14f819a661
@ -448,7 +448,7 @@ app_pipeline_fc_add_bulk(struct app_params *app,
|
||||
flow_rsp = rte_malloc(NULL,
|
||||
n_keys * sizeof(struct pipeline_fc_add_bulk_flow_rsp),
|
||||
RTE_CACHE_LINE_SIZE);
|
||||
if (flow_req == NULL) {
|
||||
if (flow_rsp == NULL) {
|
||||
rte_free(flow_req);
|
||||
rte_free(new_flow);
|
||||
rte_free(signature);
|
||||
|
Loading…
x
Reference in New Issue
Block a user