Fixed memory leak in GuiExprElement.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8527 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-06-18 16:29:29 +00:00
parent 3bc17bf3c2
commit a0c0b9afa5
3 changed files with 103 additions and 106 deletions

View file

@ -99,7 +99,7 @@ bool ExpressionWidget::isStringSearchExpression()
void ExpressionWidget::adjustExprForTermType(int index)
{
ExprSearchType type = (*GuiExprElement::TermsIndexMap)[index];
ExprSearchType type = GuiExprElement::TermsIndexMap[index];
searchType = type;
// now adjust the relevant elements