summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-08 06:34:57 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-09 23:29:45 +0200
commitfbc4e96901a743bc846078529c627e2e02808f05 (patch)
tree39859b18ceda9a001e4ddf4fd895f4f973b8a216 /cui
parent97a055dfa7c85c8795dc9b55fb39a5b3448b29f2 (diff)
coverity#704141: resource leak
Change-Id: I4147dfa5d0d1fb2324a6441580212f25ce9d4a01
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/hangulhanjadlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/hangulhanjadlg.cxx b/cui/source/dialogs/hangulhanjadlg.cxx
index 6d1eb8292de7..edbd7c2782dc 100644
--- a/cui/source/dialogs/hangulhanjadlg.cxx
+++ b/cui/source/dialogs/hangulhanjadlg.cxx
@@ -1290,6 +1290,7 @@ namespace svx
SuggestionList::~SuggestionList()
{
Clear();
+ delete[] m_ppElements;
}
bool SuggestionList::Set( const String& _rElement, sal_uInt16 _nNumOfElement )