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

Commit 55cb613b 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 e0ae2060
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);