]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a crash in app_sms.
authorRussell Bryant <russell@russellbryant.com>
Thu, 30 Sep 2010 15:34:29 +0000 (15:34 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 30 Sep 2010 15:34:29 +0000 (15:34 +0000)
commitc4f3f68e436f7e04378adce3f09f163d549937e4
treeea52cb2924f0a87741c281c76e597f85a1bee56a
parent3d130fc2623d0e54ccc57e5b376a4b3456d8dfc4
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.4@289424 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_sms.c