Opened 5 years ago

Last modified 5 years ago

#2232 closed defect

Crash on Endpoint::libDestroy() when there is an active call — at Version 1

Reported by: riza Owned by:
Priority: normal Milestone: release-2.10
Component: pjsua2 Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by riza)

A reference to AudioMedia for the call is stored in an internal list (MediaList). On libDestroy() the list is cleared, and the AudioMedia is expected to remove itself. However AudioMedia for an active call is not removed and leads to a crash. The use of internal list is not safe as described in #2189. This ticket will disable all of the deprecate API listed there.

Change History (1)

comment:1 Changed 5 years ago by riza

  • Description modified (diff)
Note: See TracTickets for help on using tickets.