[MERGED] osmocom-bb[fixeria/trx]: trxcon/sched_trx.c: fix: properly deallocate lchans

2018-03-11 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: trxcon/sched_trx.c: fix: properly deallocate lchans .. trxcon/sched_trx.c: fix: properly deallocate lchans The llist_for_each_entry_safe() should be

osmocom-bb[fixeria/trx]: trxcon/sched_trx.c: fix: properly deallocate lchans

2018-03-11 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7202 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I65234971ec152df038c5388da537a503060c215b Gerrit-PatchSet: 1 Gerrit-Project: osmocom-bb Gerrit-Branch:

[PATCH] osmocom-bb[fixeria/trx]: trxcon/sched_trx.c: fix: properly deallocate lchans

2018-03-10 Thread Vadim Yanitskiy
Review at https://gerrit.osmocom.org/7202 trxcon/sched_trx.c: fix: properly deallocate lchans The llist_for_each_entry_safe() should be used instead of the llist_for_each_entry(), because it's safe against removal of llist entry. Found using Valgrind's memcheck tool. Change-Id: