From: Miroslav Lichvar Date: Tue, 4 Nov 2014 10:15:28 +0000 (+0100) Subject: tempcomp: fix double free on sensor filename X-Git-Tag: 2.0-pre1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93aeecefebf13b682255dd7db87500ed70c49138;p=thirdparty%2Fchrony.git tempcomp: fix double free on sensor filename This is related to commit f6ed7844e1ac8c25fe9ba84232c563f302beba30. --- diff --git a/tempcomp.c b/tempcomp.c index 2465bdad..6c6fc466 100644 --- a/tempcomp.c +++ b/tempcomp.c @@ -108,5 +108,4 @@ TMC_Finalise(void) return; SCH_RemoveTimeout(timeout_id); - Free(filename); }