Fix DUNDi segfault

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-01-06 06:07:44 +00:00
parent 45b4dbf298
commit 8db8179f97

View File

@@ -2926,6 +2926,7 @@ static void destroy_trans(struct dundi_transaction *trans, int fromtimeout)
destroy_packets(trans->packets);
destroy_packets(trans->lasttrans);
trans->packets = NULL;
trans->lasttrans = NULL;
if (trans->autokillid > -1)
ast_sched_del(sched, trans->autokillid);
trans->autokillid = -1;