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

Commit 8d7b870d authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Add missing creation of timer tSMP_CB.smp_rsp_timer_ent

am: 476ebb63

* commit '476ebb63':
  Add missing creation of timer tSMP_CB.smp_rsp_timer_ent
parents def068f5 476ebb63
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");
}

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