Forgot to close InputStream
This commit is contained in:
parent
891051df3c
commit
50045526af
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ public class UeBehaviourFileDownload extends UeBehaviour {
|
|||
super.setProgress((float)progress/total);
|
||||
super.setHandledIncomingData(read);
|
||||
}
|
||||
in.close();
|
||||
}
|
||||
|
||||
protected String getFileUrl() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue