Forgot to close InputStream

This commit is contained in:
Ziver Koc 2014-08-08 12:55:26 +02:00
parent 891051df3c
commit 50045526af

View file

@ -43,6 +43,7 @@ public class UeBehaviourFileDownload extends UeBehaviour {
super.setProgress((float)progress/total);
super.setHandledIncomingData(read);
}
in.close();
}
protected String getFileUrl() {