mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-06 23:00:59 +00:00
Add missing deref of buffer data in mesh view
This commit is contained in:
@@ -393,6 +393,10 @@ struct BufferConfiguration
|
||||
indices->deref();
|
||||
indices = NULL;
|
||||
|
||||
if(displayIndices)
|
||||
displayIndices->deref();
|
||||
displayIndices = NULL;
|
||||
|
||||
for(BufferData *b : buffers)
|
||||
b->deref();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user