Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234387
b: refs/heads/master
c: 0015e2e
h: refs/heads/master
i:
  234385: 530ad7a
  234383: 59bb069
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Feb 1, 2011
1 parent 7e1e341 commit d911c96
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: 568bb7b8e856b9efb98a3f63259c717adc1b96b8
refs/heads/master: 0015e2e101f5fd3256ab8b5a374c0e8806098871
4 changes: 2 additions & 2 deletions trunk/tools/perf/builtin-stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,8 @@ int cmd_stat(int argc, const char **argv, const char *prefix __used)
out_free_fd:
list_for_each_entry(pos, &evsel_list->entries, node)
perf_evsel__free_stat_priv(pos);
perf_evlist__delete(evsel_list);
out:
perf_evlist__delete_maps(evsel_list);
out:
perf_evlist__delete(evsel_list);
return status;
}

0 comments on commit d911c96

Please sign in to comment.