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?