registry: client: repository: close response body

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
pull/1538/head
Antonio Murdaca 2016-03-16 19:46:40 +01:00
parent 2c635d1f7e
commit 75b5a1b1f6
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: