Skip to content

Commit ffea35b

Browse files
committed
Merge branch 'Xphalnos-memory' into arm64
Xphalnos says: ============== The memory arena is created but not destroyed at the end of execution. Signed-off-by: Ronald Caesar <github43132@proton.me>
2 parents 523d1e6 + 7d6a721 commit ffea35b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ int main()
1919
pound::jit::decoder::arm32_decode(&decoder, 0xE2400001);
2020
pound::jit::ir::opcode_init();
2121

22+
pound::host::memory::arena_free(&arena);
23+
2224
#if 0
2325
gui::window_t window = {.data = nullptr, .gl_context = nullptr};
2426
(void)gui::window_init(&window, "Pound Emulator", 640, 480);

0 commit comments

Comments
 (0)