Skip to content

syntax::fold::make_fold leaks #651

Closed
@jruderman

Description

@jruderman
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions