-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change fixes a few memory leaks within the validation layers: * Unused ValidationObjects created in vkCreateInstance() and vkCreateDevice() should be destroyed immediately. * When modifying value of safe structs, we should reset the existing safe struct first. Change-Id: Id1b1ca924e4c0ae17e9cb4b8a8ca37bfc30a9b6c
- Loading branch information
1 parent
94f1ce3
commit 358152a
Showing
3 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters