Opened 16 years ago
Closed 16 years ago
#558 closed defect (fixed)
Memory leak in SRTP
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0-rc1 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The libSRTP's srtp_init() function allocates some variables which are not freed, causing memory leak.
The solution is to add srtp_deinit() function and register this with pj_atexit().
Change History (5)
comment:1 Changed 16 years ago by nanang
comment:2 Changed 16 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 16 years ago by nanang
- Resolution fixed deleted
- Status changed from closed to reopened
comment:4 Changed 16 years ago by nanang
In r2353: Added srtp_deinit() function and registered this with pj_atexit().
comment:5 Changed 16 years ago by nanang
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
In r2141: Fixed memory leak caused by cipher_type_self_test().