Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349995
b: refs/heads/master
c: c0aab59
h: refs/heads/master
i:
  349993: e8d0135
  349991: 687b85c
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jan 25, 2013
1 parent e625a4d commit 32bb8ab
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 56ab7140325c835c8bb53cf3bca0cf7b6e967f15
refs/heads/master: c0aab59f67ef47e52d151464c8dd16e7ae58d053
4 changes: 3 additions & 1 deletion trunk/tools/perf/tests/vmlinux-kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int test__vmlinux_matches_kallsyms(void)
*/
if (machine__create_kernel_maps(&kallsyms) < 0) {
pr_debug("machine__create_kernel_maps ");
return -1;
goto out;
}

/*
Expand Down Expand Up @@ -227,5 +227,7 @@ int test__vmlinux_matches_kallsyms(void)
map__fprintf(pos, stderr);
}
out:
machine__exit(&kallsyms);
machine__exit(&vmlinux);
return err;
}

0 comments on commit 32bb8ab

Please sign in to comment.