SWDEV-329646 - MicroStation app crash upon closing

Change-Id: Ie3422788c80b233c836e319c355214ca076e5d4f
This commit is contained in:
Alex (Bin) Xie
2022-04-20 11:57:24 -04:00
committed by Alex Xie
parent b1611e0123
commit 3d514c85b9
3 changed files with 17 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@
namespace amd {
volatile bool Runtime::initialized_ = false;
bool Runtime::LibraryDetached = false;
bool Runtime::init() {
if (initialized_) {