[svn-commits] file: branch 1.6.2 r197582 - /branches/1.6.2/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu May 28 10:26:41 CDT 2009


Author: file
Date: Thu May 28 10:26:33 2009
New Revision: 197582

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=197582
Log:
Blocked revisions 197570 via svnmerge

........
  r197570 | file | 2009-05-28 12:23:29 -0300 (Thu, 28 May 2009) | 5 lines
  
  Fix an incorrect call to ast_string_field_free_memory which caused a crash in the logger.
  
  Since the message structure is allocated using ast_calloc_with_stringfields we do not need to
  free the memory used for the stringfields as it will get freed when the message structure is.
........

Modified:
    branches/1.6.2/   (props changed)

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the svn-commits mailing list