Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- lib/timeutils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/timeutils.c b/lib/timeutils.c index c1b632e..d542c2f 100644 --- a/lib/timeutils.c +++ b/lib/timeutils.c @@ -239,6 +239,7 @@ int parse_timestamp(const char *t, usec_t *usec) return -ENOMEM; r = parse_sec(z, &minus); + free(z); if (r < 0) return r; -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html