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

Commit 476ebb63 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov
Browse files

Add missing creation of timer tSMP_CB.smp_rsp_timer_ent

Add missing creation of timer tSMP_CB.smp_rsp_timer_ent so
the timer is not NULL.

Bug: 26611369
Change-Id: I2882d40090599b628ecee777b244376168806776
parent 88e0fe62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -877,6 +877,7 @@ void smp_cb_cleanup(tSMP_CB *p_cb)
    memset(p_cb, 0, sizeof(tSMP_CB));
    p_cb->p_callback = p_callback;
    p_cb->trace_level = trace_level;
    p_cb->smp_rsp_timer_ent = alarm_new("smp.smp_rsp_timer_ent");
}

/*******************************************************************************