mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-13 13:37:02 +00:00
Memory deallocation at the end of execution
This commit is contained in:
parent
523d1e6656
commit
7d6a721e36
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ int main()
|
|||
pound::jit::decoder::arm32_decode(&decoder, 0xE2400001);
|
||||
pound::jit::ir::opcode_init();
|
||||
|
||||
pound::host::memory::arena_free(&arena);
|
||||
|
||||
#if 0
|
||||
gui::window_t window = {.data = nullptr, .gl_context = nullptr};
|
||||
(void)gui::window_init(&window, "Pound Emulator", 640, 480);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue