Opened 17 years ago

Last modified 17 years ago

#251 closed defect

Memory leak problem with Symbian — at Initial Version

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: Symbian-trunk-integration
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Report:

I am suspecting that PjSip? has two memory leaks in INVITE
transactions when PjSip? is the UAC.

(1) One leak seems to be from
pjsip_endpt_create_request_from_hdr(), called from
pjsip_endpt_create_ack() - that is when constructing ACK for
3xx-6xx final response.

(2) Another leak seems to be when allocating a buffer in
mod_on_tx_msg(). This buffer never seems to be removed.

Change History (0)

Note: See TracTickets for help on using tickets.