Skip to content

Commit

Permalink
Add explicit exit call
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Nov 3, 2014
1 parent 86d7801 commit 49d3c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cbits/process-tracker.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ extern int launch_process_tracker(void) {
n = n->next;
free(n2);
}
exit(0);
}
else {
close(pipes[0]);
Expand Down

0 comments on commit 49d3c8e

Please sign in to comment.