Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310597
b: refs/heads/master
c: a23c4dc
h: refs/heads/master
i:
  310595: d9d9e62
v: v3
  • Loading branch information
Srikar Dronamraju authored and Arnaldo Carvalho de Melo committed May 31, 2012
1 parent 0f7b779 commit 5e08b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 378474e4b23183002f1791b294a4440b6b7df36a
refs/heads/master: a23c4dc422cff7bd30f40f5dc7c9ac4a6339005a
8 changes: 2 additions & 6 deletions trunk/tools/perf/util/probe-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -2164,16 +2164,12 @@ int del_perf_probe_events(struct strlist *dellist)

error:
if (kfd >= 0) {
if (namelist)
strlist__delete(namelist);

strlist__delete(namelist);
close(kfd);
}

if (ufd >= 0) {
if (unamelist)
strlist__delete(unamelist);

strlist__delete(unamelist);
close(ufd);
}

Expand Down

0 comments on commit 5e08b29

Please sign in to comment.