solve invalid pointer, fixes #1793
This commit is contained in:
parent
4b6225586c
commit
9b01f5954a
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ Error ResourceInteractiveLoaderXML::_parse_array_element(Vector<char> &buff,bool
|
|||
|
||||
buff_max++;
|
||||
buff.resize(buff_max);
|
||||
buffptr=buff.ptr();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue