Fix logfiles not being deleted if captured application is the last user

* Previously only the UI itself would delete the log if it was the last thing to
  close.
This commit is contained in:
baldurk
2020-08-04 14:48:51 +01:00
parent 211d8532fa
commit 31b7c35bae
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ RenderDoc::~RenderDoc()
}
}
RDCSTOPLOGGING(m_LoggingFilename.c_str());
RDCSTOPLOGGING();
if(m_RemoteThread)
{