Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182477
b: refs/heads/master
c: 37fe5fc
h: refs/heads/master
i:
  182475: 6a0a50f
v: v3
  • Loading branch information
Zhang, Yanmin authored and Ingo Molnar committed Feb 25, 2010
1 parent 0d5a9b3 commit 5a4e13d
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: c2fbaa4b489b738cd9e7666edfeceaaa38e71c9f
refs/heads/master: 37fe5fcb7a5b5235c8b71bf5469ce4c7246e3fab
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ static int dso__split_kallsyms(struct dso *self, struct map *map,
return -1;

curr_map = map__new2(pos->start, dso, map->type);
if (map == NULL) {
if (curr_map == NULL) {
dso__delete(dso);
return -1;
}
Expand Down

0 comments on commit 5a4e13d

Please sign in to comment.