Don't try to close an already closed socket
commit159a06ebe6d82ef20f2c77c497d55af00d2e0b78
authorMartin Storsjo <martin@martin.st>
Fri, 15 Jul 2011 10:46:03 +0000 (15 13:46 +0300)
committerHoward Chu <hyc@highlandsun.com>
Sat, 23 Jul 2011 01:01:11 +0000 (22 18:01 -0700)
tree5c2ee087374780f2647ed63f4d1dac22a158d7e4
parent060206d121657d7e45c01ac022dd071c877b4caa
Don't try to close an already closed socket

This could happen if WriteN() (called within SendBytesReceived())
failed.
librtmp/rtmp.c