mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-21 04:54:18 +02:00
revert stray gpa change
This commit is contained in:
parent
1be98f2163
commit
dc86dbe423
1 changed files with 1 additions and 3 deletions
|
|
@ -156,9 +156,7 @@ pub fn main() !void {
|
|||
}
|
||||
}
|
||||
|
||||
var gpa = std.heap.DebugAllocator(.{
|
||||
.retain_metadata = true,
|
||||
}).init;
|
||||
var gpa = std.heap.DebugAllocator(.{}).init;
|
||||
defer _ = gpa.deinit();
|
||||
|
||||
state.allocator = gpa.allocator();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue