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 e6e6ae2 commit e959597Copy full SHA for e959597
shared/source/os_interface/linux/drm_memory_manager.cpp
@@ -774,7 +774,7 @@ void DrmMemoryManager::removeAllocationFromHostPtrManager(GraphicsAllocation *gf
774
}
775
776
void DrmMemoryManager::freeGraphicsMemoryImpl(GraphicsAllocation *gfxAllocation) {
777
- return freeGraphicsMemoryImpl(gfxAllocation, false);
+ freeGraphicsMemoryImpl(gfxAllocation, false);
778
779
780
void DrmMemoryManager::freeGraphicsMemoryImpl(GraphicsAllocation *gfxAllocation, bool isImported) {
0 commit comments