]> git.ipfire.org Git - thirdparty/asterisk.git/commit
REF_DEBUG: Prevent logging of container node objects. 59/3159/1
authorCorey Farrell <git@cfware.com>
Thu, 7 Jul 2016 17:41:25 +0000 (13:41 -0400)
committerCorey Farrell <git@cfware.com>
Thu, 7 Jul 2016 17:41:25 +0000 (13:41 -0400)
commit9d4e664f6280cbc6e0c48d59f62ab34887fa1971
tree39d7e28f1d2f1aaad545bbc335f2265f73c05a2f
parentac6824e4c32c49b8943fca85b318892ab4bb8df3
REF_DEBUG: Prevent logging of container node objects.

Using AO2_CONTAINER_ALLOC_OPT_DUPS_REPLACE can result in an unref being
recorded to the refs log for the node being replaced.  This prevents
logging of those unrefs since they would produce errors in
refcounter.py.

ASTERISK-26181 #close

Change-Id: Ie4fded84e8a1a58b3a59ce59dfd7eb0da3ddc5d4
main/astobj2_hash.c
main/astobj2_rbtree.c