]> git.sur5r.net Git - i3/i3/commit
i3bar: Do not kill watcher on EOF
authorTony Crisci <tony@dubstepdish.com>
Fri, 14 Feb 2014 01:17:18 +0000 (20:17 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 15 Feb 2014 11:55:30 +0000 (12:55 +0100)
commit00909aa3b15857aba6894a9a244ece32094ca988
tree763534988e88da6f0ec58ef59f7c71402ac7d3c6
parent759c26fc02be122dd1f72be3ea425c29a07de639
i3bar: Do not kill watcher on EOF

Wait for the child process to exit on its own before freeing
watcher-related resources.

i3bar shows the last received status line until the process exits.

Fixes a race condition where the termination signal was sometimes not
received to display a meaningful error message.
i3bar/src/child.c