Delete FindResults scintilla

This commit is contained in:
baldurk
2019-03-01 13:26:23 +00:00
parent ed6d0523cd
commit ac91a7e8b4
+3
View File
@@ -808,6 +808,9 @@ void ShaderViewer::gotoDisassemblyDebugging()
ShaderViewer::~ShaderViewer()
{
delete m_FindResults;
m_FindResults = NULL;
// don't want to async invoke while using 'this', so save the trace separately
ShaderDebugTrace *trace = m_Trace;