Skip to content

Commit cc2fea4

Browse files
committed
All tests pass
1 parent 4159af6 commit cc2fea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ArduinoJson/Memory/ResourceManager.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class ResourceManager {
4545
#if ARDUINOJSON_USE_8_BYTE_POOL
4646
swap(a.eightBytePools_, b.eightBytePools_);
4747
#endif
48+
swap_(a.allocator_, b.allocator_);
4849
swap_(a.overflowed_, b.overflowed_);
4950
}
5051

0 commit comments

Comments
 (0)