Memory deallocation at the end of execution

This commit is contained in:
Xphalnos 2025-11-16 13:51:07 +01:00
parent 523d1e6656
commit 7d6a721e36

View file

@ -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);