Changes between Initial Version and Version 1 of Ticket #251
- Timestamp:
- Apr 30, 2007 4:49:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #251 – Description
initial v1 1 1 Report: 2 2 3 > I am suspecting that PjSip has two memory leaks in INVITE4 > transactions when PjSip is the UAC.5 3 > I am suspecting that !PjSip has two memory leaks in INVITE 4 > transactions when !PjSip is the UAC. 5 > 6 6 > (1) One leak seems to be from 7 7 > pjsip_endpt_create_request_from_hdr(), called from 8 8 > pjsip_endpt_create_ack() - that is when constructing ACK for 9 9 > 3xx-6xx final response. 10 10 > 11 11 > (2) Another leak seems to be when allocating a buffer in 12 12 > mod_on_tx_msg(). This buffer never seems to be removed.