mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
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:
parent
3bc17bf3c2
commit
a0c0b9afa5
3 changed files with 103 additions and 106 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue