mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
more test cleanup
This commit is contained in:
+1
-1
@@ -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[:])
|
||||
|
||||
Reference in New Issue
Block a user