[DEBUG #9] freez correction ==> plugin data missing iterator
This commit is contained in:
parent
e29aa94cc5
commit
c12ed9e7fa
@ -55,6 +55,7 @@ namespace appl {
|
|||||||
if (buf == _textDrawer.internalGetBuffer()) {
|
if (buf == _textDrawer.internalGetBuffer()) {
|
||||||
return it->second;
|
return it->second;
|
||||||
}
|
}
|
||||||
|
++it;
|
||||||
}
|
}
|
||||||
TYPE* data = new TYPE();
|
TYPE* data = new TYPE();
|
||||||
if (data == nullptr) {
|
if (data == nullptr) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user