Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200611
b: refs/heads/master
c: 5ffc888
h: refs/heads/master
i:
  200609: cda4f98
  200607: fef3d55
v: v3
  • Loading branch information
Ian Munsie authored and Arnaldo Carvalho de Melo committed Jun 17, 2010
1 parent eefe51b commit b144595
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 720a3aeb7373cb49cf222d5f12e121f78d3d4410
refs/heads/master: 5ffc88819c84098e3f39185a38f8f7f7f8b210df
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-record.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static void sig_handler(int sig)

static void sig_atexit(void)
{
if (child_pid != -1)
if (child_pid > 0)
kill(child_pid, SIGTERM);

if (signr == -1)
Expand Down

0 comments on commit b144595

Please sign in to comment.