Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277341
b: refs/heads/master
c: 0161d82
h: refs/heads/master
i:
  277339: 60d7ff3
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Dec 20, 2011
1 parent 5f0580c commit 671c8ea
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: d74c896b7e3250a07f7d0315eecdd2ae1a7bc3c3
refs/heads/master: 0161d82e9b740caa90f508138d1ae1b9d981b6d3
1 change: 1 addition & 0 deletions trunk/tools/perf/util/values.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ void perf_read_values_destroy(struct perf_read_values *values)

for (i = 0; i < values->threads; i++)
free(values->value[i]);
free(values->value);
free(values->pid);
free(values->tid);
free(values->counterrawid);
Expand Down

0 comments on commit 671c8ea

Please sign in to comment.