Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155182
b: refs/heads/master
c: 9198aa7
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Jul 1, 2009
1 parent 5b73eff commit ed579d6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 087021ba41e9481202103d51d3dd0c4706899a2b
refs/heads/master: 9198aa77b69647d1d91207f8075763abe7dc0bf4
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/callchain.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fill_node(struct callchain_node *node, struct ip_callchain *chain, int start)
for (i = start; i < chain->nr; i++) {
struct callchain_list *call;

call = malloc(sizeof(*chain));
call = malloc(sizeof(*call));
if (!call) {
perror("not enough memory for the code path tree");
return;
Expand Down

0 comments on commit ed579d6

Please sign in to comment.