[svn-commits] jpeeler: trunk r181134 - /trunk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 10 22:30:23 CDT 2009


Author: jpeeler
Date: Tue Mar 10 22:30:19 2009
New Revision: 181134

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=181134
Log:
Blocked revisions 181133 via svnmerge

........
  r181133 | jpeeler | 2009-03-10 22:25:04 -0500 (Tue, 10 Mar 2009) | 13 lines
  
  Fix malloc debug macros to work properly with h323.
  
  The main problem here was that cstdlib was undefining free thereby causing the
  proper debug macros to not be used. ast_h323.cxx has been changed to call
  ast_free instead to avoid the issue. Because using the ast prefix calls are
  a better choice, ast_free_ptr is the new wrapper for free to pass to functions.
  Also, a little bit of clean up was done to avoid the debug macros intentionally
  being redefined.
  
  (closes issue #13593)
  Reported by: pj
........

Modified:
    trunk/   (props changed)

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.




More information about the svn-commits mailing list