aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-26 20:17:54 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-26 20:17:54 +0000
commitd4c1a86eba4ed8c6a81d2c8d11fe2efba13eed6f (patch)
treee3d834079534f85efa3186ec2abddb734f116f06 /apps
parenteff039ca9b6f6e475dc7c645fdd31d83d52a1740 (diff)
Remove redundant ast_conntected_line_free call.
This wouldn't cause any problems, but it's certainly not needed either. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@266098 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_dial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index d3cda82c1..fc0b67b4d 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -661,7 +661,6 @@ static void hanguptree(struct chanlist *outgoing, struct ast_channel *exception,
/* This is for the channel drivers */
outgoing->chan->hangupcause = AST_CAUSE_ANSWERED_ELSEWHERE;
}
- ast_party_connected_line_free(&outgoing->connected);
ast_hangup(outgoing->chan);
}
oo = outgoing;