]> 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:19 +0000 (05:42 -0500)
commit427c3e3152ebe80179eb24002e3e35fcb0c3ff92
tree6703af7169735fbb8ec200992e29ec84d1b7897d
parenta0d5f45baa226ea6d4aa67edf0f01ab8346d4796
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