Opened 10 years ago
Closed 10 years ago
#1774 closed defect (fixed)
Unfreed transports upon stack shutdown/restart
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.3 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
When a transport is registered to the transport manager, it is stored in a hash table according to its key, hence may overwrite a previous entry. The overwritten transport will thus be not properly destroyed when the transport manager is shutdown.
Change History (1)
comment:1 Changed 10 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4865: