Ticket #558 (closed defect: fixed)

Opened 2 years ago

Last modified 20 months ago

Memory leak in SRTP

Reported by: bennylp Owned by: nanang
Priority: normal Milestone: release-1.0-rc1
Component: pjmedia Version: trunk
Keywords: Cc:

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

Changed 2 years ago by nanang

In r2141: Fixed memory leak caused by cipher_type_self_test().

Changed 2 years ago by nanang

  • status changed from new to closed
  • resolution set to fixed

Changed 22 months ago by nanang

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 22 months ago by nanang

In r2353: Added srtp_deinit() function and registered this with pj_atexit().

Changed 20 months ago by nanang

  • status changed from reopened to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.