mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 02:53:57 +00:00
Memory Leak Fix
This commit is contained in:
@@ -989,9 +989,7 @@ IR::AbstractSyntaxList BuildASL(ObjectPool<IR::Inst>& inst_pool, ObjectPool<IR::
|
||||
Statement& root{goto_pass.RootStatement()};
|
||||
IR::AbstractSyntaxList syntax_list;
|
||||
TranslatePass{inst_pool, block_pool, stmt_pool, env, root, syntax_list, host_info};
|
||||
|
||||
stmt_pool.ReleaseContents();
|
||||
|
||||
return syntax_list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user