This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.
from 8233e2f GEODE-7511: Fix endpoint truncation bug (#557)
add 2a5657e GEODE-7509: Fix memory leaks in C++ client (#556)
No new revisions were added by this update.
Summary of changes:
cppcache/integration/test/CqTest.cpp | 6 ++++-
cppcache/src/EntryExpiryHandler.cpp | 2 +-
cppcache/src/ExpiryTaskManager.cpp | 10 ++++---
cppcache/src/ExpiryTaskManager.hpp | 3 +++
cppcache/src/PdxInstanceImpl.cpp | 34 +++++++++---------------
cppcache/src/PreservedDataExpiryHandler.cpp | 1 +
cppcache/src/RegionExpiryHandler.cpp | 3 +--
cppcache/src/TcrMessage.cpp | 14 +++++-----
cppcache/src/ThinClientPoolDM.cpp | 1 +
cppcache/src/TombstoneExpiryHandler.cpp | 1 -
cppcache/src/statistics/AtomicStatisticsImpl.hpp | 2 +-
cppcache/src/statistics/StatArchiveWriter.hpp | 2 +-
tests/cpp/fwklib/UDPIpc.hpp | 3 ++-
tests/cpp/testobject/NonPdxType.hpp | 14 +++++++---
tests/cpp/testobject/PdxType.cpp | 3 ++-
15 files changed, 53 insertions(+), 46 deletions(-)