coroparse: Remove kv_items from list
qb_list_init is called only on successful list traversal and without
removing successfully processed items cleanup access them again
resulting in use-after-free error.
Signed-off-by: Jan Friesse <jfriesse@redhat.com>