From 2af74885551ef5914ada8dab537041737bea3db2 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 14 Apr 2015 20:37:47 +0000 Subject: minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@12828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/bandctrlimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryStats/src/bandctrlimpl.cpp') diff --git a/plugins/HistoryStats/src/bandctrlimpl.cpp b/plugins/HistoryStats/src/bandctrlimpl.cpp index 6f6fbe038c..2bbd98263f 100644 --- a/plugins/HistoryStats/src/bandctrlimpl.cpp +++ b/plugins/HistoryStats/src/bandctrlimpl.cpp @@ -441,7 +441,7 @@ HICON BandCtrlImpl::convertToGray(HICON hIcon) hIconDisabled = CreateIconIndirect(&ii); } - delete pBits; + delete[] pBits; } DeleteObject(ii.hbmColor); -- cgit v1.2.3