Minor fixes

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2022-03-31 16:39:18 +00:00
committed by Compute-Runtime-Automation
parent 9d502dea25
commit 88193cc242
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}