]> git.ipfire.org Git - thirdparty/asterisk.git/commit
astobj2: Fix shutdown order.
authorCorey Farrell <git@cfware.com>
Thu, 27 Sep 2018 10:33:22 +0000 (06:33 -0400)
committerCorey Farrell <git@cfware.com>
Thu, 27 Sep 2018 10:33:22 +0000 (06:33 -0400)
commit39bf9881e0569967c018ab564f881cfa113ba62a
tree8e1a7572a9edd78482f22049afbe1be290a1c57e
parentaa10d6d5ebd3e74cd2feb8df8efb8908babd2585
astobj2: Fix shutdown order.

When REF_DEBUG and AO2_DEBUG are both enabled we closed the refs log
before we shutdown astobj2_container.  This caused the AO2_DEBUG
container registration container to be reported as a leak.

Change-Id: If9111c4c21c68064b22c546d5d7a41fac430430e
main/astobj2.c