more test cleanup

This commit is contained in:
Colin Davidson
2023-03-01 08:27:07 -08:00
parent caf9716bf1
commit 2ca30e3acd
3 changed files with 6 additions and 15 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ percent_decode :: proc(encoded_string: string, allocator := context.allocator) -
b := builder_make(allocator)
builder_grow(&b, len(encoded_string))
defer if !ok do destroy_builder(&b)
defer if !ok do builder_destroy(&b)
stack_buf: [4]u8
pending := mem.buffer_from_slice(stack_buf[:])