Project
|
resiprocate
|
New Revision
|
7077
|
Committer
|
nash (Nash Tsai)
|
Date
|
2007-04-16 05:07:24 -0500 (Mon, 16 Apr 2007)
|
Log
inside resip/stack/Transaction::process method contains complex
logics and message ptr can be easily leaked if it's not maintained by
original coder, therefore I changed to SharedPtr usage and made a bunch
of code changed to make it compile.
Also another place worth mention as TimeLimitFifo::add method could
result memory leak usage, and it's fixed on the way for above changes.
The tests under rutil/stack/dum has passed as well.
resip/stack/Security add to allow disable server authentication check
Modified: