1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 05:55:29 +02:00
This commit is contained in:
syuilo
2026-04-27 18:28:15 +09:00
parent 1d71c0c6dd
commit c09d445215
4 changed files with 2 additions and 0 deletions

View File

@@ -1767,6 +1767,7 @@ export class RoomEngine extends EventEmitter<RoomEngineEvents> {
} }
this.timer.dispose(); this.timer.dispose();
this.engine.dispose(); this.engine.dispose();
this.scene.dispose();
this.disposed = true; this.disposed = true;
} }
} }

View File

@@ -337,6 +337,7 @@ export class RoomObjectPreviewEngine {
this.timerForEachObject.dispose(); this.timerForEachObject.dispose();
} }
this.engine.dispose(); this.engine.dispose();
this.scene.dispose();
this.disposed = true; this.disposed = true;
} }
} }