summaryrefslogtreecommitdiff
path: root/pbx
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-06 06:07:44 +0000
committerMark Spencer <markster@digium.com>2005-01-06 06:07:44 +0000
commit8db8179f97549cb29cc1d4e4389dbe7fd8dcf964 (patch)
tree59de8e8b14065f9f711ad1d41a167e68a59a3685 /pbx
parent45b4dbf298ac95beace1386738c8c6013ae43abb (diff)
Fix DUNDi segfault
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/pbx_dundi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 6274aa89f..f581af694 100755
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -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;