Add missing deref of buffer data in mesh view

This commit is contained in:
baldurk
2019-03-01 12:47:29 +00:00
parent 2a0a663367
commit 95f07ab6df
+4
View File
@@ -393,6 +393,10 @@ struct BufferConfiguration
indices->deref();
indices = NULL;
if(displayIndices)
displayIndices->deref();
displayIndices = NULL;
for(BufferData *b : buffers)
b->deref();