Opened 8 years ago
Closed 8 years ago
#1929 closed defect (fixed)
Avoid memory pool growing when doing re-Registration
Reported by: | riza | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.5.5 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
When doing re-registration, on some cases we might get different response (e.g: Authentication challenge) which eventually cause the memory pool to grow.
This ticket will use a new pool specific for this case, it will check for the pool size, and recreate it if it's over the limit.
Thanks to Oleg Grazhdan for the patch.
Change History (2)
comment:1 Changed 8 years ago by riza
comment:2 Changed 8 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
In 5373:
Note: See
TracTickets for help on using
tickets.
In 5336: