Searched hist:"1913894100 ca53205f2d56091cb34b8eba1de217" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | act_ct.c | diff 1913894100ca53205f2d56091cb34b8eba1de217 Sun Nov 06 14:34:16 CST 2022 Xin Long <lucien.xin@gmail.com> net: sched: call tcf_ct_params_free to free params in tcf_ct_init
This patch is to make the err path simple by calling tcf_ct_params_free(), so that it won't cause problems when more members are added into param and need freeing on the err path.
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
|