fixed the vlist reading in the feed-based reader

This commit is contained in:
2022-07-30 03:02:57 +00:00
parent 9eda7a1208
commit 72b0da966f
4 changed files with 72 additions and 28 deletions

View File

@ -850,7 +850,6 @@ static int feed_loop (hcl_t* hcl, xtn_t* xtn, int cflags, int verbose)
return 0;
oops:
hcl_endfeed (hcl);
return -1;
}