Comment #4 on issue 2130 by jean.deruelle: Memory leak in Sip stack when INFO message is used
http://code.google.com/p/mobicents/issues/detail?id=2130
Please note that the INFO is a non invite client transaction here and as such will be removed only after Timer K when the 200 OK is received which is T4 (5s) for UDP and 0s for TCP/SCTP. Do you ever kill or invalidate the sessions either directly through session.invalidate() or indirectly through BYE-200OK ?
It would be interesting to run it for 10 calls only, wait for 1 minute after the BYE-200 OK has been received-sent and profile it to check if there is still leftovers in the stack or in MSS classes
Thanks Jean
