Correct mismatching delete

Fixes #575
This commit is contained in:
mayeut
2015-09-07 19:24:20 +02:00
parent 940100c28a
commit 29c644ec49

View File

@@ -889,7 +889,7 @@ void OPJMarkerTree::OnSelChanged(wxTreeEvent& event)
m_peektextCtrl->WriteText(text);
delete buffer;
delete [] buffer;
}
/*void LogKeyEvent(const wxChar *name, const wxKeyEvent& event)