mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 02:05:06 -05:00
tempcomp: fix double free on sensor filename
This is related to commit f6ed7844e1.
This commit is contained in:
@@ -108,5 +108,4 @@ TMC_Finalise(void)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
SCH_RemoveTimeout(timeout_id);
|
SCH_RemoveTimeout(timeout_id);
|
||||||
Free(filename);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user