removed debug line, added free_all to allocator
This commit is contained in:
+1
-1
@@ -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 = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user