handover: don't create negative lchan use counts

trans_lchan_change() takes care of use counts for us.
This commit is contained in:
Harald Welte 2009-12-20 00:04:57 +01:00
parent aca8f158bc
commit 9f16c87106
1 changed files with 0 additions and 3 deletions

View File

@ -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;