Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4219a567 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov
Browse files

Remove MCB from mapping table when entry is released

Explicitly remove MCB entry from the LCB mapping table when
the entry is released.

Bug: 27334916
Change-Id: I14e3f1f5eeffa33e733c4a116d0a70cd7c06753f
parent 8de8705a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -206,6 +206,9 @@ void rfc_release_multiplexer_channel (tRFC_MCB *p_mcb)
{
    void    *p_buf;

    /* Remove the MCB from the mapping table */
    rfc_save_lcid_mcb(NULL, p_mcb->lcid);

    rfc_timer_stop (p_mcb);
    alarm_free(p_mcb->mcb_timer);