mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
committed by
Compute-Runtime-Automation
parent
9d502dea25
commit
88193cc242
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -64,7 +64,7 @@ class PhysicalAddressAllocatorHw : public PhysicalAddressAllocator {
|
||||
}
|
||||
}
|
||||
|
||||
~PhysicalAddressAllocatorHw() override {
|
||||
virtual ~PhysicalAddressAllocatorHw() override {
|
||||
if (bankAllocators) {
|
||||
delete bankAllocators;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user