Merge pull request #2458 from code-yeongyu/fix/memory-leaks

fix: resolve 12 memory leaks (3 critical + 9 high)
This commit is contained in:
YeonGyu-Kim
2026-03-12 11:21:13 +09:00
committed by GitHub
51 changed files with 2883 additions and 262 deletions
+1
View File
@@ -190,6 +190,7 @@ export function createEventHandler(args: {
await Promise.resolve(hooks.compactionTodoPreserver?.event?.(input));
await Promise.resolve(hooks.writeExistingFileGuard?.event?.(input));
await Promise.resolve(hooks.atlasHook?.handler?.(input));
await Promise.resolve(hooks.autoSlashCommand?.event?.(input));
};
const recentSyntheticIdles = new Map<string, number>();