diff --git a/fleg/flag.odin b/fleg/flag.odin index 2baad13..ab0f747 100644 --- a/fleg/flag.odin +++ b/fleg/flag.odin @@ -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 = {} }