We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a39bcc commit 45810d9Copy full SHA for 45810d9
shared/source/os_interface/linux/drm_memory_manager.cpp
@@ -143,7 +143,7 @@ void DrmMemoryManager::releaseBufferObject(uint32_t rootDeviceIndex) {
143
144
void DrmMemoryManager::commonCleanup() {
145
if (gemCloseWorker) {
146
- gemCloseWorker->close(false);
+ gemCloseWorker->close(true);
147
}
148
149
for (uint32_t rootDeviceIndex = 0; rootDeviceIndex < pinBBs.size(); ++rootDeviceIndex) {
0 commit comments