Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#566 closed defect (fixed)

TURN session in PJSUA-LIB is not properly destroyed causing possible memory and handle leaks

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.0-rc1
Component: pjsua-lib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

After media subsystem is shutdown, events are not polled, causing TURN session pending destroy events to be unprocessed.

Change History (2)

comment:1 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r2133

comment:2 Changed 16 years ago by bennylp

In r2135:

  • crash when shutting down PJSUA-LIB and outgoing call in in progress and there is no answer from remote (or probably this happens for any calls after all). This happens because we added busy_sleep() after shutting down the media subsystem in r2133 above.
Note: See TracTickets for help on using tickets.