ddonahue99 / gerrit-slack

Gerrit integration for Slack
14 stars 13 forks source link

Avoid creating zombie processes #7

Open MarkusMattinen opened 8 years ago

MarkusMattinen commented 8 years ago

If the ssh process ended for any reason, a zombie process would be left over. Passing a block to IO.popen prevents this.