#943 closed defect (fixed)
Assertion in destroying stream port with SRTP in MIPS test
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.4 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Transport loop don't like to be detached twice. Firstly at stream destroy(), secondly at transport destroy() (transport SRTP destroy() calls detach() of member transport).
Change History (3)
comment:1 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 15 years ago by bennylp
The link for above comment is repos/ticket/924
comment:3 Changed 15 years ago by bennylp
- Milestone changed from release-1.4-QA to release-1.4
Note: See
TracTickets for help on using
tickets.
Fixed by [924#comment:2]