Turasa / libsignal-service-java

GNU General Public License v3.0
42 stars 22 forks source link

Close resource leak #4

Closed Turakar closed 8 years ago

Turakar commented 8 years ago

verifyMac() creates its own FileInputStream, but doesn't close it.

@AsamK I would also merge this here, as the merging progress needs some time at upstream ;)

AsamK commented 8 years ago

sure, go ahead 👍