Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167089
b: refs/heads/master
c: 75fb409
h: refs/heads/master
i:
  167087: 78b948b
v: v3
  • Loading branch information
Frederic Weisbecker committed Oct 5, 2009
1 parent 612dcb7 commit a7a1c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fe8e5b5a60f8427940d33b205e127aecfb0bca10
refs/heads/master: 75fb4090b39a3d7bf9ac77a28665c991ec5eaadc
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_event_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ static int ftrace_profile_enable_event(struct ftrace_event_call *event)

fail_buf_nmi:
if (!total_profile_count) {
kfree(trace_profile_buf_nmi);
kfree(trace_profile_buf);
free_percpu(trace_profile_buf_nmi);
free_percpu(trace_profile_buf);
trace_profile_buf_nmi = NULL;
trace_profile_buf = NULL;
}
Expand Down

0 comments on commit a7a1c65

Please sign in to comment.