Skip to content
Snippets Groups Projects
Commit 57c9f6f5 authored by gakin's avatar gakin
Browse files

SSDM-2017 Performance improvements in thumbnail generation : bug fix - release file handle

SVN: 34329
parent dbf1099e
No related branches found
No related tags found
No related merge requests found
...@@ -500,6 +500,10 @@ public class ImageUtil ...@@ -500,6 +500,10 @@ public class ImageUtil
return; return;
} }
filePath = newFilePath; filePath = newFilePath;
if (handle != null)
{
closeQuietly(handle);
}
handle = contentNode.getFileContent(); handle = contentNode.getFileContent();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment