file-upload icon indicating copy to clipboard operation
file-upload copied to clipboard

fix memory overflow in windows

Open luckyscript opened this issue 1 year ago • 0 comments

Hello, I found the chrome in windows crashed when calc the hash.The error msg is "SBOX_FATAL_MEMORY_EXCEEDED", most likely memory overflow the browser sandbox.

The problem is probably the FileRender is created multi times, and the file content cannot be free.So, I move the line13 to line12.It seems can solve the problem.

luckyscript avatar Jun 30 '23 07:06 luckyscript