SWDEV-416527 - Disable PAL platform destruction until a proper fix in PAL

Change-Id: I465aa15959187eb27354caa9b8308f1266be46ed


[ROCm/clr commit: 618cc4d9ee]
Esse commit está contido em:
German
2023-08-10 15:00:33 -04:00
commit de German Andryeyev
commit e425f6cacc
+1 -1
Ver Arquivo
@@ -1385,7 +1385,7 @@ bool Device::init() {
void Device::tearDown() {
if (platform_ != nullptr) {
platform_->Destroy();
// platform_->Destroy();
delete platformObj_;
platform_ = nullptr;
}