From 3378a7dfd82e50c6192c09e67d8e44c76b5c839d Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 28 May 2009 15:26:33 +0000 Subject: [PATCH] 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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@197582 65c4cc65-6c06-0410-ace0-fbb531ad65f3