parent
4f1d29d32f
commit
98001b51d9
|
@ -568,7 +568,9 @@ public class GpodnetService {
|
|||
e.printStackTrace();
|
||||
throw new GpodnetServiceException(e);
|
||||
} finally {
|
||||
body.close();
|
||||
if (body != null) {
|
||||
body.close();
|
||||
}
|
||||
}
|
||||
return responseString;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue