removed debug line, added free_all to allocator
This commit is contained in:
parent
2fa8bf4024
commit
c04b004f9c
@ -64,7 +64,7 @@ init_custom_allocator :: proc(allocator: runtime.Allocator) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
destroy :: proc() {
|
destroy :: proc() {
|
||||||
fmt.println("fleg destroy proc()")
|
free_all(flag_allocator)
|
||||||
delete(all_flags)
|
delete(all_flags)
|
||||||
all_flags = {}
|
all_flags = {}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user