Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156568
b: refs/heads/master
c: bd3f022
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and Steven Rostedt committed Aug 7, 2009
1 parent 57351d8 commit 8a0fe59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7dbdee2e9a2ac42ea5135801bcc9d1a8e3f672aa
refs/heads/master: bd3f02212d6a457267e0c9c02c426151c436d9d4
1 change: 1 addition & 0 deletions trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ ring_buffer_free(struct ring_buffer *buffer)

put_online_cpus();

kfree(buffer->buffers);
free_cpumask_var(buffer->cpumask);

kfree(buffer);
Expand Down

0 comments on commit 8a0fe59

Please sign in to comment.