removed debug line, added free_all to allocator

This commit is contained in:
Simon Kellet 2026-07-15 16:48:34 +01:00
parent 2fa8bf4024
commit c04b004f9c

View File

@ -64,7 +64,7 @@ init_custom_allocator :: proc(allocator: runtime.Allocator) {
}
destroy :: proc() {
fmt.println("fleg destroy proc()")
free_all(flag_allocator)
delete(all_flags)
all_flags = {}
}