mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-23 23:41:36 +01:00
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
Block a user