aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/handover_logic.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsc/src/handover_logic.c b/openbsc/src/handover_logic.c
index f3f5d6c21..2c7549761 100644
--- a/openbsc/src/handover_logic.c
+++ b/openbsc/src/handover_logic.c
@@ -215,9 +215,6 @@ static int ho_gsm48_ho_compl(struct gsm_lchan *new_lchan)
/* do something to re-route the actual speech frames ! */
//tch_remap(ho->old_lchan, ho->new_lchan);
- /* release old lchan */
- put_lchan(ho->old_lchan);
-
talloc_free(ho);
return 0;