Merge pull request #1538 from runcom/body-leaks

registry: client: repository: close response body
pull/1491/head
Richard Scothern 2016-03-16 15:58:22 -07:00
commit 609aa7cc53
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ check:
if err != nil {
return distribution.Descriptor{}, err
}
defer resp.Body.Close()
switch {
case resp.StatusCode >= 200 && resp.StatusCode < 400: