Skip to content

Does Url::origin leak? #63

@pratikpc

Description

@pratikpc

In Url origin, ffi::ada_get_origin is called

Within the C++ code, ada_get_origin allocates an ada_owned_string using new[]

It is supposed to be freed using ada_free_owned_string.

However, the call to the function seems to be missing here.

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