removing weird free
Build / build (push) Successful in 2m38s
Test / build (push) Successful in 8m52s

This commit is contained in:
2026-05-08 18:52:26 +02:00
parent 5faf8fd305
commit 4e852b5c07
+1 -1
View File
@@ -1315,7 +1315,7 @@ fn opAccessChain(allocator: std.mem.Allocator, word_count: SpvWord, rt: *Runtime
if (a.indexes.len != index_count) if (a.indexes.len != index_count)
return RuntimeError.InvalidSpirV; return RuntimeError.InvalidSpirV;
try a.value.flushPtr(allocator); try a.value.flushPtr(allocator);
a.value.deinit(allocator); //a.value.deinit(allocator);
break :blk .{ a.indexes, false }; break :blk .{ a.indexes, false };
}, },
else => {}, else => {},