if we receive CHANNEL ACTIVATE NACK, we should release the lchan

This commit is contained in:
Harald Welte 2009-08-09 19:50:08 +02:00
parent cf6a3819aa
commit 3073a9f241
1 changed files with 1 additions and 0 deletions

View File

@ -837,6 +837,7 @@ static int rsl_rx_chan_act_nack(struct msgb *msg)
print_rsl_cause(TLVP_VAL(&tp, RSL_IE_CAUSE),
TLVP_LEN(&tp, RSL_IE_CAUSE));
lchan_free(msg->lchan);
return 0;
}