You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2019/12/20 19:05:36 UTC

[geode-native] branch develop updated (bfcfac5 -> 80d4edb)

This is an automated email from the ASF dual-hosted git repository.

bbender pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


    from bfcfac5  Bug/fix ssl example (#561)
     add 80d4edb  GEODE-7601: Memory leaks in C++ native client found when running old integration-tests (#564)

No new revisions were added by this update.

Summary of changes:
 cppcache/include/geode/DataOutput.hpp              |  6 ++++-
 cppcache/integration-test/CacheHelper.cpp          | 29 ++++++++++------------
 cppcache/integration-test/CacheHelper.hpp          |  7 +++---
 .../integration-test/ThinClientDurableConnect.hpp  |  2 +-
 cppcache/integration-test/ThinClientFailover3.hpp  | 22 ++++++++--------
 cppcache/integration-test/ThinClientHelper.hpp     |  6 ++---
 cppcache/integration-test/ThinClientInterest3.hpp  |  1 -
 .../ThinClientInterest3Cacheless.hpp               |  1 -
 .../integration-test/ThinClientPdxSerializer.hpp   |  4 +--
 .../integration-test/ThinClientPdxSerializers.hpp  | 11 ++++----
 cppcache/integration-test/fw_dunit.cpp             | 14 ++++++++++-
 cppcache/integration-test/fw_dunit.hpp             |  7 ++++--
 cppcache/integration-test/testLRUList.cpp          |  4 ++-
 cppcache/integration-test/testRegionMap.cpp        |  5 ++--
 .../testThinClientCacheablesLimits.cpp             | 13 +++++-----
 .../integration-test/testThinClientPRSingleHop.cpp | 23 +++++++++--------
 .../testThinClientPartitionResolver.cpp            | 29 ++++++++++------------
 .../integration-test/testThinClientPdxInstance.cpp | 19 +++++++++++---
 .../testThinClientPoolExecuteHAFunction.cpp        |  1 -
 .../testThinClientPoolRedundancy.cpp               |  3 ---
 cppcache/src/ExecutionImpl.cpp                     |  7 ++----
 cppcache/src/PdxInstanceImpl.cpp                   |  3 ++-
 cppcache/src/PdxType.cpp                           |  6 +++++
 cppcache/src/RemoteQuery.cpp                       |  6 ++---
 cppcache/src/SuspendedTxExpiryHandler.cpp          |  1 +
 cppcache/src/TcrConnection.cpp                     | 12 ++++-----
 cppcache/src/TcrMessage.cpp                        |  2 +-
 cppcache/src/ThinClientPoolDM.cpp                  | 14 +++++------
 cppcache/src/ThinClientPoolHADM.cpp                |  7 +++---
 cppcache/src/ThinClientPoolHADM.hpp                |  2 +-
 cppcache/src/Utils.hpp                             |  4 ++-
 cppcache/src/statistics/StatArchiveWriter.cpp      | 22 +++++++---------
 cppcache/src/statistics/StatArchiveWriter.hpp      |  2 +-
 sqliteimpl/SqLiteImpl.cpp                          |  2 +-
 sqliteimpl/SqLiteImpl.hpp                          |  2 +-
 tests/cpp/fwklib/UDPIpc.hpp                        |  4 +--
 tests/cpp/testobject/NonPdxType.hpp                |  4 +--
 tests/cpp/testobject/PdxType.cpp                   |  9 +++----
 38 files changed, 167 insertions(+), 149 deletions(-)