projects
/
platform
/
upstream
/
flatbuffers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ce29c
)
fix Dart Builder.reset() - clear vTables (#6386)
author
Ivan Dlugos
<6349682+vaind@users.noreply.github.com>
Thu, 7 Jan 2021 19:28:33 +0000
(20:28 +0100)
committer
GitHub
<noreply@github.com>
Thu, 7 Jan 2021 19:28:33 +0000
(11:28 -0800)
dart/lib/flat_buffers.dart
patch
|
blob
|
history
diff --git
a/dart/lib/flat_buffers.dart
b/dart/lib/flat_buffers.dart
index
3d4cf81
..
0f4ccbc
100644
(file)
--- a/
dart/lib/flat_buffers.dart
+++ b/
dart/lib/flat_buffers.dart
@@
-443,6
+443,7
@@
class Builder {
_maxAlign = 1;
_tail = 0;
_currentVTable = null;
+ _vTables.clear();
if (_strings != null) {
_strings = new Map<String, int>();
}