mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 17:22:21 +00:00
Empties the sharedString map on reset on go and csharp (#6187)
Fixes go tests
This commit is contained in:
@@ -90,6 +90,10 @@ namespace FlatBuffers
|
||||
_objectStart = 0;
|
||||
_numVtables = 0;
|
||||
_vectorNumElems = 0;
|
||||
if (_sharedStringMap != null)
|
||||
{
|
||||
_sharedStringMap.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user