Skip to content

Commit ff820a9

Browse files
authored
Merge pull request #127 from cyberjacob/origin
Close HtspFileInputStream that is left open
2 parents 88d53f1 + 29bcedd commit ff820a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/ie/macinnes/tvheadend/sync/EpgSyncTask.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ private void flushPendingChannelLogoFetches() {
365365
} finally {
366366
if (is != null) {
367367
try {
368-
os.close();
368+
is.close();
369369
} catch (IOException e) {
370370
// Ignore...
371371
}

0 commit comments

Comments
 (0)