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

Change-Id: I465aa15959187eb27354caa9b8308f1266be46ed


[ROCm/clr commit: 618cc4d9ee]
This commit is contained in:
German
2023-08-10 15:00:33 -04:00
committed by German Andryeyev
parent c4bc05f0d0
commit e425f6cacc
+1 -1
View File
@@ -1385,7 +1385,7 @@ bool Device::init() {
void Device::tearDown() {
if (platform_ != nullptr) {
platform_->Destroy();
// platform_->Destroy();
delete platformObj_;
platform_ = nullptr;
}