[DEBUG #9] freez correction ==> plugin data missing iterator

This commit is contained in:
Edouard DUPIN 2014-09-18 21:01:41 +02:00
parent e29aa94cc5
commit c12ed9e7fa

View File

@ -55,6 +55,7 @@ namespace appl {
if (buf == _textDrawer.internalGetBuffer()) {
return it->second;
}
++it;
}
TYPE* data = new TYPE();
if (data == nullptr) {