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