Opened 5 years ago
Last modified 5 years ago
#2232 closed defect
Crash on Endpoint::libDestroy() when there is an active call — at Initial Version
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
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 deprecate all the API listed there.
Note: See
TracTickets for help on using
tickets.