Call the freeCB function a manual timer stop call 75/19475/1
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 4 Jan 2019 13:25:55 +0000 (14:25 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 4 Jan 2019 13:37:24 +0000 (14:37 +0100)
commit2e36a74fa8ae2a4b8e06f7752c3876f32a8dcbb3
tree7b0eef73156c0e60f5b108005a2dd745db22112b
parentaba89b590ef0d1743dd0aa82a8b8ed1bf8809909
Call the freeCB function a manual timer stop call

This invokes the freeCB callback function which is in charge of release allocated
resources in the timer callback. This was only called on a normal stop of a timer
not when called manually by TimerEvtStop.

Change-Id: I750a62ee0662b905107f53d070add1e8ccba77f8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
afb-timer.c