Commit b7f3c68e authored by RuoYi's avatar RuoYi

优化图片工具类读取文件

parent edd29810
...@@ -94,6 +94,7 @@ public class ImageUtils ...@@ -94,6 +94,7 @@ public class ImageUtils
} }
finally finally
{ {
IOUtils.closeQuietly(in);
IOUtils.closeQuietly(baos); IOUtils.closeQuietly(baos);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment