mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
fix potential memory leak in load.file()
This commit is contained in:
parent
de1dd33882
commit
b032d45b63
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ var clite = {
|
|||
link.href = URL.createObjectURL(blob);
|
||||
document.body.appendChild(link);
|
||||
link.click();
|
||||
URL.revokeObjectURL(link.href);
|
||||
document.body.removeChild(link);
|
||||
},
|
||||
reboot:function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue