Skip to content

vmctx leaks? #1584

Closed
Closed
@YaronWittenstein

Description

@YaronWittenstein

It seems that vmctx is memory-leaked here:

  1. Function::new_with_env

    let vmctx = Box::into_raw(Box::new(dynamic_ctx)) as *mut VMContext;

  2. Function::new_native_with_env

    let vmctx = Box::into_raw(box_env) as *mut _ as *mut VMContext;

Metadata

Metadata

Assignees

Labels

1.0Wasmer at 1.0bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions