From: Corey Farrell Date: Tue, 7 Oct 2014 21:31:59 +0000 (+0000) Subject: Blocked revisions 424787 X-Git-Tag: 12.7.0-rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfbf52977169deaab70fb973e3e4a2a9ed98cd5d;p=thirdparty%2Fasterisk.git Blocked revisions 424787 ........ astobj2: Correct REF_DEBUG false leak report When ao2_callback is run with OBJ_MULTIPLE and not OBJ_NODATA it allocates a temporary container in a way that does not record REF_DEBUG log entries. This changes that container to correctly record unref's when the container is freed. ASTERISK-24390 #close Reported by: Corey Farrell Review: https://reviewboard.asterisk.org/r/4047/ ........ Merged revisions 424786 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@424788 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---