aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 11ec7c951..ce7116b28 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -2922,7 +2922,6 @@ static enum sip_result __sip_reliable_xmit(struct sip_pvt *p, int seqno, int res
ast_log(LOG_ERROR, "Serious Network Trouble; __sip_xmit returns error for pkt data\n");
AST_SCHED_DEL(sched, pkt->retransid);
p->packets = pkt->next;
- ast_free(pkt->data);
ast_free(pkt);
return AST_FAILURE;
} else {