[Home]

Summary:ASTERISK-23922: ao2_container nodes are inconsistent REF_DEBUG
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2014-06-24 01:27:29Date Closed:2014-06-25 13:58:38
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/AstMM
Versions:SVN 12.3.2 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:ao2_container node objects are allocated without REF_DEBUG logging (with __ao2_alloc).  Most other refcounting of the node objects is done with __ao2_ref.  One place uses ao2_t_ref.  This causes refcounter.py to report false leaks and skews.
Comments: