mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Ensure python global shutdown after context has closed
This commit is contained in:
@@ -365,10 +365,10 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
config.Save();
|
||||
|
||||
PythonContext::GlobalShutdown();
|
||||
}
|
||||
|
||||
PythonContext::GlobalShutdown();
|
||||
|
||||
Formatter::shutdown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user