Kaydet (Commit) fbc4e969 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity#704141: resource leak

Change-Id: I4147dfa5d0d1fb2324a6441580212f25ce9d4a01
üst 97a055df
...@@ -1290,6 +1290,7 @@ namespace svx ...@@ -1290,6 +1290,7 @@ namespace svx
SuggestionList::~SuggestionList() SuggestionList::~SuggestionList()
{ {
Clear(); Clear();
delete[] m_ppElements;
} }
bool SuggestionList::Set( const String& _rElement, sal_uInt16 _nNumOfElement ) bool SuggestionList::Set( const String& _rElement, sal_uInt16 _nNumOfElement )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment