Avoid crashes when handling ET_EOF for IAuth stderr before stdout.
authorMichael Poole <mdpoole@troilus.org>
Tue, 6 Aug 2013 03:01:51 +0000 (23:01 -0400)
committerMichael Poole <mdpoole@troilus.org>
Tue, 6 Aug 2013 03:01:51 +0000 (23:01 -0400)
Because iauth_stderr_callback() ignores ET_DESTROY, we should destroy
IAuth stderr first.  Then, when iauth_sock_callback() handles ET_DESTROY
for the stdout socket, it can respawn the socket without generating a
second ET_DESTROY for stderr.


No differences found