]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 289424 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Thu, 30 Sep 2010 15:37:29 +0000 (15:37 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 30 Sep 2010 15:37:29 +0000 (15:37 +0000)
commit2c4db59a6b7506992fd1bd37c987266ffdc5085a
tree65942df57f9d1be717550ef7432d88d797fce4f5
parent62a1a460e0bd4309a752f3311b4a6b237b6b4e53
Merged revisions 289424 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r289424 | russell | 2010-09-30 10:34:29 -0500 (Thu, 30 Sep 2010) | 8 lines

  Fix a crash in app_sms.

  Since the data being passed to the generator callback is on the stack of the
  SMS() application, we must ensure that the generator is stopped before the
  application exits.

  ABE-2587
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@289425 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_sms.c