Skip to content

Find a way to properly free Isl context #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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