local: don't remove handlers in finalization

Require all handlers to be deregistered by their users before the local
finalization.
This commit is contained in:
Miroslav Lichvar
2020-05-21 11:47:38 +02:00
parent bf92314dc4
commit 5f6f265f80
7 changed files with 20 additions and 7 deletions

View File

@@ -417,6 +417,8 @@ SYS_Generic_Finalise(void)
LCL_ReadRawTime(&now);
stop_fastslew(&now);
LCL_RemoveParameterChangeHandler(handle_step, NULL);
}
/* ================================================== */