close leak

This commit is contained in:
Jan-Piet Mens
2015-09-15 14:20:36 +02:00
parent 622ba9bcb0
commit 63be847150
+1
View File
@@ -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);
}