Skip to content

TFE_DeleteContext stuck on exit when loading from dll #190

@mwindowshz

Description

@mwindowshz

on exit my app is stuck on inline

context::~context() {
        TFE_DeleteContext(this->tfe_context);
    }

I have a dll that loads cppflow model, , runs and on exit, the code jumps to this contex destructor, but It does not close and stays stuck on TFE_DeleteContext()
why is this. do I need to call some release function?

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