]> git.lizzy.rs Git - rust.git/commit
memory reachable through globals is not a leak any more; adjust for better memory...
authorRalf Jung <post@ralfj.de>
Sat, 4 Apr 2020 11:35:30 +0000 (13:35 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 7 Apr 2020 17:03:41 +0000 (19:03 +0200)
commitf462b4c25720db832b125b828bb474dd03628747
tree499baf034a90bd75b791d1365032a0492a63c47e
parentd25589f0bdcbde0b270c6d251f3fe850e7759233
memory reachable through globals is not a leak any more; adjust for better memory dumping
src/machine.rs
tests/run-pass/leak-in-static.rs [new file with mode: 0644]
tests/run-pass/panic/catch_panic.rs