try to fix concurrency issue

This commit is contained in:
louis 2015-05-16 17:16:07 +02:00
parent dc6b5f45d8
commit f9278c805a
1 changed files with 1 additions and 0 deletions

View File

@ -1111,6 +1111,7 @@ cViewElement::cViewElement(cTemplateViewElement *tmplViewElement, cViewHelpers *
}
cViewElement::~cViewElement() {
CancelSave();
}
bool cViewElement::Render(void) {