From: Richard Mudgett Date: Thu, 6 Oct 2011 23:12:32 +0000 (+0000) Subject: Recorded merge of revisions 339681 via svnmerge from X-Git-Tag: 11.0.0-beta1~1061 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=363e3feffed2f65443bde978bbe2a4b37c0e5a03;p=thirdparty%2Fasterisk.git Recorded merge of revisions 339681 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/10 ........ r339681 | wedhorn | 2011-10-06 15:47:08 -0500 (Thu, 06 Oct 2011) | 10 lines Fixed segfault on core stop gracefully. There was an issue that the cap and confcap pointers for each line and device were being memcpy'd so they all pointed to the same ast_format_cap. On destroying, a segfault occured on the second call to the same struct. skinny reload now works again as well. Tested by snuff (in trunk) and myself. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339723 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---