diff --git a/storage.c b/storage.c index 661d481..5ab958d 100644 --- a/storage.c +++ b/storage.c @@ -517,6 +517,7 @@ static JsonNode *line_to_location(char *line) json_append_member(o, "isotst", json_mkstring(isotime(tst))); get_geo(o, ghash); + free(ghash); return (o); }