diff options
Diffstat (limited to 'include/net/act_api.h')
-rw-r--r-- | include/net/act_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/act_api.h b/include/net/act_api.h index 2a19fe111c78..03e322b30218 100644 --- a/include/net/act_api.h +++ b/include/net/act_api.h | |||
@@ -135,6 +135,7 @@ void tcf_hashinfo_destroy(const struct tc_action_ops *ops, | |||
135 | static inline void tc_action_net_exit(struct tc_action_net *tn) | 135 | static inline void tc_action_net_exit(struct tc_action_net *tn) |
136 | { | 136 | { |
137 | tcf_hashinfo_destroy(tn->ops, tn->hinfo); | 137 | tcf_hashinfo_destroy(tn->ops, tn->hinfo); |
138 | kfree(tn->hinfo); | ||
138 | } | 139 | } |
139 | 140 | ||
140 | int tcf_generic_walker(struct tc_action_net *tn, struct sk_buff *skb, | 141 | int tcf_generic_walker(struct tc_action_net *tn, struct sk_buff *skb, |