#1430 closed defect (fixed)
Crash when dialog is prematurely destroyed during outgoing call (thanks Bogdan Krakowski for the report)
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-beta |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The crash happened when a dialog usage for OPTIONS is added at the end of making a call.
Change History (2)
comment:1 Changed 13 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 13 years ago by ming
Note: See
TracTickets for help on using
tickets.
(In [3918]) Fixed #1430: Crash when dialog is prematurely destroyed during outgoing call.
We do this by temporarily incrementing dialog session until the invite session is created.