mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 19:35:07 -05:00
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:
@@ -304,6 +304,8 @@ REF_Finalise(void)
|
||||
update_drift_file(LCL_ReadAbsoluteFrequency(), our_skew);
|
||||
}
|
||||
|
||||
LCL_RemoveParameterChangeHandler(handle_slew, NULL);
|
||||
|
||||
Free(fb_drifts);
|
||||
|
||||
initialised = 0;
|
||||
|
||||
Reference in New Issue
Block a user