Skip to content

Commit efb9ccc

Browse files
cvinayakmbolivar-nordic
authored andcommitted
[nrf fromtree] Bluetooth: Controller: Fix missing auxiliary context done event
Fix missing use of auxiliary context to generate done event which caused leak in release of auxiliary context being not release when reference count that should decrease to zero. Regression in 'commit 665a8d2 ("Bluetooth: Controller: Fix repeated per sync drift compensations"). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit c2dda09) (cherry picked from commit 7a53a6d)
1 parent 922bab6 commit efb9ccc

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/controller/ll_sw/nordic/lll

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ static void isr_rx_aux_chain(void *param)
925925

926926
isr_rx_done_cleanup(lll, 1U, false);
927927
} else {
928-
lll_isr_cleanup(lll);
928+
lll_isr_cleanup(lll_aux);
929929
}
930930
}
931931

0 commit comments

Comments
 (0)