mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Don't delete objects allocated in renderdoc module outside it.
This commit is contained in:
@@ -2759,7 +2759,7 @@ void BufferViewer::debugVertex()
|
||||
|
||||
if(trace->states.count == 0)
|
||||
{
|
||||
delete trace;
|
||||
r->FreeTrace(trace);
|
||||
|
||||
// if we couldn't debug the pixel on this event, open up a pixel history
|
||||
GUIInvoke::call([this]() {
|
||||
|
||||
Reference in New Issue
Block a user