[NET_SCHED]: cls_basic: fix memory leak in basic_destroy
tp->root is not freed on destruction. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
83886b6b63
Коммит
31ba548f96
|
@ -109,6 +109,7 @@ static void basic_destroy(struct tcf_proto *tp)
|
|||
list_del(&f->link);
|
||||
basic_delete_filter(tp, f);
|
||||
}
|
||||
kfree(head);
|
||||
}
|
||||
|
||||
static int basic_delete(struct tcf_proto *tp, unsigned long arg)
|
||||
|
|
Загрузка…
Ссылка в новой задаче