diff options
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/cls_basic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c index 70fe36eb66a2..4a91f082a81d 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c | |||
@@ -109,6 +109,7 @@ static void basic_destroy(struct tcf_proto *tp) | |||
109 | list_del(&f->link); | 109 | list_del(&f->link); |
110 | basic_delete_filter(tp, f); | 110 | basic_delete_filter(tp, f); |
111 | } | 111 | } |
112 | kfree(head); | ||
112 | } | 113 | } |
113 | 114 | ||
114 | static int basic_delete(struct tcf_proto *tp, unsigned long arg) | 115 | static int basic_delete(struct tcf_proto *tp, unsigned long arg) |