Hello
Everyone,
I was updating
sources from an older release when I discovered a potential problem with
the current h323trans.cxx (v.1.26.21). The problem spot was made when a
solution was implemented between versions 1.23 and 1.24 of this
file.
In the
H323Transactor::SetTransport method, the oldTransport variable is always NULL,
so CleanUpOnTermination() is never called. I believe that the intent of
the v1.24 solution was that line 'transport = oldTransport;' should
read 'oldTransport = transport;'
Sincerely,
Victor
Ivashin