Added stack trace leak reporting to the debug allocator, fixed remaining two memory leaks
This commit is contained in:
@@ -2010,6 +2010,7 @@ fn makeScopeInternal(
|
||||
}
|
||||
}
|
||||
|
||||
scopes.items[scope_idx].tests = tests.toOwnedSlice();
|
||||
scopes.items[scope_idx].uses = uses.toOwnedSlice();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user