[test-results] [Bamboo] Asterisk Testing > Asterisk 10 Branch > #302 has FAILED (1 tests failed). Change made by Matthew Jordan.

Bamboo bamboo at asterisk.org
Thu Jul 19 23:34:38 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 10 Branch > #302 failed.
-----------------------------------------------------------------------
Code has been updated by Matthew Jordan.
1/215 tests failed.

http://bamboo.asterisk.org/browse/TESTING-ASTERISK10BRANCH-302/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 64-Bit (CentOS 6): 1 of 215 tests failed.



--------------
Code Changes
--------------
Matthew Jordan (370274):

>Fix compilation error when MALLOC_DEBUG is enabled
>
>To fix a memory leak in CEL, a channel datastore was introduced whose
>destruction function pointer was pointed to the ast_free macro.  Without
>MALLOC_DEBUG enabled this compiles as fine, as ast_free is defined as free.
>With MALLOC_DEBUG enabled, however, ast_free takes on a definition from a
>different place then utils.h, and became undefined.  This patch resolves this
>by using a reference to ast_free_ptr.  When MALLOC_DEBUG is enabled, this
>calls ast_free; when MALLOC_DEBUG is not enabled, this is defined to be
>ast_free, which is defined to be free.
>
>(issue AST-916)
>Reported by: Thomas Arimont
>........
>
>Merged revisions 370273 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>



--------------
Tests
--------------
New Test Failures (1)
   - AsteriskTestSuite: S/channels/ s i p/sip blind transfer/caller with reinvite
Fixed Tests (1)
   - AsteriskTestSuite: S/chanspy/chanspy barge

--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20120719/fc5ff74a/attachment.htm>


More information about the Test-results mailing list