Fixed packet stream destroy crashes when closing connections.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 10 Apr 2008 14:59:59 +0000 (17:59 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 10 Apr 2008 14:59:59 +0000 (17:59 +0300)
Take a reference of the packet stream and then destroy it.  The final
reference is freed in the timeout callback.  Any operation in the mean
time will detect the stream is destroyed and won't do anything.


No differences found