Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cf712db authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 58a14ee9 30ddb159
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ void tcf_em_tree_destroy(struct tcf_proto *tp, struct tcf_ematch_tree *tree)
			if (em->ops->destroy)
				em->ops->destroy(tp, em);
			else if (!tcf_em_is_simple(em))
				kfree(em->data);
				kfree((void *) em->data);
			module_put(em->ops->owner);
		}
	}