Skip to content

Commit

Permalink
close another memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmin committed Nov 6, 2012
1 parent 8a205ac commit ba8f149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/axelby/gpodder/Client.java
Expand Up @@ -205,6 +205,7 @@ public Changes getSubscriptionChanges(int lastCheck) {
}

reader.endObject();
reader.close();
} catch (IOException e) {
e.printStackTrace();
} catch (Exception e) {
Expand Down

0 comments on commit ba8f149

Please sign in to comment.