[Home]

Summary:ASTERISK-24935: res_pjsip_phoneprov_provider: Fix leaked OBJ_MULTIPLE iterator.
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2015-04-03 08:31:40Date Closed:2015-04-19 16:10:02
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:SVN 13.3.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) backtrace_12274.txt
( 1) backtrace_5652.txt
Description:res_pjsip_phoneprov_provider uses ao2_callback with OBJ_MULTIPLE, then ignoring the return.  This results in a reference leak.  Added OBJ_NODATA flag.
Comments:By: Corey Farrell (coreyfarrell) 2015-04-06 10:20:08.104-0500

Commit caused FRACK's during shutdown, reverted and reopened.

By: Corey Farrell (coreyfarrell) 2015-04-06 10:20:52.656-0500

Backtrace from Bamboo.

By: Corey Farrell (coreyfarrell) 2015-04-08 08:09:36.715-0500

Backtrace that appears to show res_pjsip unloading after res_pjsip_config_wizard.