Fix bug with allocationsForDownload

- after downloading clear container

Change-Id: If70e973a9366d2fc33d263bce3a3927e0c2f0531
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-05-22 15:28:11 +02:00
committed by sys_ocldev
parent 89195ca4a3
commit d6fb463f16
2 changed files with 3 additions and 3 deletions

View File

@@ -525,6 +525,7 @@ void TbxCommandStreamReceiverHw<GfxFamily>::downloadAllocations() {
for (GraphicsAllocation *graphicsAllocation : this->allocationsForDownload) {
downloadAllocation(*graphicsAllocation);
}
this->allocationsForDownload.clear();
}
template <typename GfxFamily>