Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221602
b: refs/heads/master
c: 5ec1cea
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Oct 31, 2010
1 parent f67c589 commit a30681c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 636f8c6f682ee179ff39c94dc4d0be0ddd6c8cdd
refs/heads/master: 5ec1cea057495b8f10bab0c1396a9d8e46b7b0a8
3 changes: 2 additions & 1 deletion trunk/net/sched/em_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ static int em_text_change(struct tcf_proto *tp, void *data, int len,

static void em_text_destroy(struct tcf_proto *tp, struct tcf_ematch *m)
{
textsearch_destroy(EM_TEXT_PRIV(m)->config);
if (EM_TEXT_PRIV(m) && EM_TEXT_PRIV(m)->config)
textsearch_destroy(EM_TEXT_PRIV(m)->config);
}

static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m)
Expand Down

0 comments on commit a30681c

Please sign in to comment.