K 10 svn:author V 6 royger K 8 svn:date V 27 2018-07-30T11:27:51.380454Z K 7 svn:log V 351 xen-blkfront: fix memory leak in xbd_connect error path If gnttab_grant_foreign_access() fails for any of the indirection pages, the code breaks out of both the loops without freeing the local variable indirectpages, causing a memory leak. Submitted by: Pratyush Yadav Differential Review: https://reviews.freebsd.org/D16136 END