[Home]

Summary:ASTERISK-24390: astobj2: REF_DEBUG reports false leaks with ao2_callback with OBJ_MULTIPLE
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2014-10-05 07:43:40Date Closed:2014-10-07 16:31:57
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/AstMM
Versions:1.8.31.0 11.13.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When ao2_callback is run with OBJ_MULTIPLE and not OBJ_NODATA it allocates a temporary container.  When this container is destroyed it does not record unref's to the refs log.  This causes refcounter.py to incorrectly flag the object as leaked.

It appears this issue was fixed in 12+.
Comments: