未验证 提交 fd8f9b48 编写于 作者: G GitSquared

🔒 Fix memory leak on themeChanger

上级 18afd601
......@@ -281,6 +281,7 @@ window.themeChanger = (theme) => {
for (let i; i < 99999; i++) {
clearInterval(i);
}
window.term.socket.close();
delete window.term;
delete window.mods;
delete window.fsDisp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册