@@ -191,6 +191,7 @@ func main() {
// TODO: URL validiy checks
if !*startup {
feed.Unread = 0
+ feed.Items = nil // gc
}
feeds[i] = *feed
}(i, ent)