Changes between Initial Version and Version 1 of Ticket #251


Ignore:
Timestamp:
Apr 30, 2007 4:49:03 PM (17 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #251 – Description

    initial v1  
    11Report: 
    22 
    3 > I am suspecting that PjSip has two memory leaks in INVITE 
    4 > 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> 
    66> (1) One leak seems to be from 
    77> pjsip_endpt_create_request_from_hdr(), called from 
    88> pjsip_endpt_create_ack() - that is when constructing ACK for 
    99> 3xx-6xx final response. 
    10  
     10> 
    1111> (2) Another leak seems to be when allocating a buffer in 
    1212> mod_on_tx_msg(). This buffer never seems to be removed.