Skip to content

Find a way to properly free Isl context #2

@gdeest

Description

@gdeest

The runIsl function was previously implemented by bracketing an IO action with isl_ctx_alloc() and isl_ctx_free(). However, it seems that the freeingn action is called earlier than previously envisioned, which causes weird failures when manipulating sets associated to the context. The isl_ctx_free() call has thus been removed, which results a memory leak.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions