Skip to content

syntax::fold::make_fold leaks #651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jruderman opened this issue Jul 10, 2011 · 1 comment
Closed

syntax::fold::make_fold leaks #651

jruderman opened this issue Jul 10, 2011 · 1 comment

Comments

@jruderman
Copy link
Contributor

use rustc;
import rustc::syntax::fold;

fn main()
{
    auto afp = fold::default_ast_fold();
    auto af = fold::make_fold(*afp);
}

rt: fatal, 'leaked memory in rust main loop (23 objects)' failed, ../src/rt/memory_region.cpp:156 23 objects

@marijnh
Copy link
Contributor

marijnh commented Sep 23, 2011

This appears to no longer be the case.

@marijnh marijnh closed this as completed Sep 23, 2011
ZuseZ4 added a commit to EnzymeAD/rust that referenced this issue Jan 10, 2023
13e8f32b0b4 Merge branch 'main' into enzyme-rust
e1fe6adc4fc Updating subtree
f530741 Update build_tarballs.jl
e020a34 Add v14.0.2 to build_tarballs.jl
06a1674 Fix forward erasure (rust-lang#653)
58d27d5 Fix antialloca (rust-lang#651)
1e083a3 Fix reverse vector mode malloc (rust-lang#641)

git-subtree-dir: src/tools/enzyme
git-subtree-split: 13e8f32b0b451a0d95aadede32e9191eba66ac05
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants