aboutsummaryrefslogtreecommitdiff
path: root/src/allocators.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators.zig')
-rw-r--r--src/allocators.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/allocators.zig b/src/allocators.zig
index e7890eb98..813875bf6 100644
--- a/src/allocators.zig
+++ b/src/allocators.zig
@@ -298,6 +298,7 @@ pub fn BSSStringList(comptime _count: usize, comptime _item_length: usize) type
if (!loaded) {
instance = Self{
.allocator = allocator,
+ .backing_buf_used = 0,
};
loaded = true;
}