mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 13:00:00 +00:00
fix Dart Builder.reset() - clear vTables (#6386)
This commit is contained in:
@@ -443,6 +443,7 @@ class Builder {
|
|||||||
_maxAlign = 1;
|
_maxAlign = 1;
|
||||||
_tail = 0;
|
_tail = 0;
|
||||||
_currentVTable = null;
|
_currentVTable = null;
|
||||||
|
_vTables.clear();
|
||||||
if (_strings != null) {
|
if (_strings != null) {
|
||||||
_strings = new Map<String, int>();
|
_strings = new Map<String, int>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user