summaryrefslogtreecommitdiff
path: root/src/bin/wx/OPJViewer/source/OPJThreads.cpp
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-09-08 22:33:07 +0200
committermayeut <mayeut@users.noreply.github.com>2015-09-08 22:33:07 +0200
commit66d890bf225a4edc49658803b4aa6a65031479e4 (patch)
treea52c7bb60ab709ff4e7deff1e1b159bea5ddec30 /src/bin/wx/OPJViewer/source/OPJThreads.cpp
parent0a4ac0852afe7a43e52c48dc33bae126171f5f1e (diff)
parente71247bb90085155559fafaf088d4e573add7156 (diff)
Merge remote-tracking branch 'uclouvain/master' into coc-qcc
Diffstat (limited to 'src/bin/wx/OPJViewer/source/OPJThreads.cpp')
-rw-r--r--src/bin/wx/OPJViewer/source/OPJThreads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/wx/OPJViewer/source/OPJThreads.cpp b/src/bin/wx/OPJViewer/source/OPJThreads.cpp
index e3533a72..c9859860 100644
--- a/src/bin/wx/OPJViewer/source/OPJThreads.cpp
+++ b/src/bin/wx/OPJViewer/source/OPJThreads.cpp
@@ -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)