Skip to content

Commit

Permalink
Merge pull request #2311 from aitor-lunarg/fix-debug-utils-leak
Browse files Browse the repository at this point in the history
Fix debug utils messenger leak
  • Loading branch information
billhollings committed Aug 20, 2024
2 parents 01d86f5 + 1574bca commit dad3851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm
Original file line number Diff line number Diff line change
Expand Up @@ -805,5 +805,6 @@

lock_guard<mutex> lock(_dcbLock);
mvkDestroyContainerContents(_debugReportCallbacks);
mvkDestroyContainerContents(_debugUtilMessengers);
}

0 comments on commit dad3851

Please sign in to comment.