virt_l1_sched_execute: talloc_free() TDMA item after unlinking it
commitd32797677de37767bb6876e2c96ac8390486e6e0
authorHarald Welte <laforge@osmocom.org>
Sat, 7 Mar 2020 09:31:48 +0000 (7 10:31 +0100)
committerHarald Welte <laforge@osmocom.org>
Sat, 7 Mar 2020 09:31:48 +0000 (7 10:31 +0100)
tree401f41fe7545b4dd9e8ae5da03ae1c0bab8db58c
parentee26ba6e600f2c72e832889171f927aa1e3cc4c1
virt_l1_sched_execute: talloc_free() TDMA item after unlinking it

We so far relied on it being free'd once the TDMA item is free'd,
but let's make it more explicit.  After we've unlinked it from the
list, nobody is going to reference it ever again.

Change-Id: I57a596428be10ce720e0b528ecfc44a70e3e3078
src/host/virt_phy/src/virt_l1_sched_simple.c