Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147591
b: refs/heads/master
c: c8c9652
h: refs/heads/master
i:
  147589: 0c968d2
  147587: 6eb3183
  147583: 6f64f48
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Jun 2, 2009
1 parent cace1ef commit 254571b
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: a0055ae2a4e13db9534c438cf8f3896181da6afc
refs/heads/master: c8c96525f3c25f43a4fa230e293c4976c0c36cc1
1 change: 1 addition & 0 deletions trunk/Documentation/perf_counter/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ static void dso__delete_symbols(struct dso *self)
while (next) {
pos = rb_entry(next, struct symbol, rb_node);
next = rb_next(&pos->rb_node);
rb_erase(&pos->rb_node, &self->syms);
symbol__delete(pos, self->sym_priv_size);
}
}
Expand Down

0 comments on commit 254571b

Please sign in to comment.