Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167450
b: refs/heads/master
c: 8ad8073
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Oct 13, 2009
1 parent d94777d commit 3d0baa3
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: a813a159766ee9d36aa1fc717c60d63325a6d077
refs/heads/master: 8ad807318fcd62aba0e18c7c7fbfcc1af3fcdbab
3 changes: 2 additions & 1 deletion trunk/kernel/trace/trace_events_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,9 @@ static void postfix_clear(struct filter_parse_state *ps)

while (!list_empty(&ps->postfix)) {
elt = list_first_entry(&ps->postfix, struct postfix_elt, list);
kfree(elt->operand);
list_del(&elt->list);
kfree(elt->operand);
kfree(elt);
}
}

Expand Down

0 comments on commit 3d0baa3

Please sign in to comment.