]> 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:42:22 +0000 (05:42 -0500)
commit1f5c2a2d0d0f7cc2817ec8d5edc32d3cca6ba22b
tree266c1aae9f3343acb44083ce7e6a3fb2c38de991
parent4ddca5316417c7a84f563159fe7e3ea2fe891c6b
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