You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/08/11 22:50:16 UTC

[pulsar] branch master updated (a4a12d1 -> 0e67fc5)

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

sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from a4a12d1  Fix the params broken by PR #4400 (#7795)
     add 0e67fc5  cpp: fix reference leak when reader create (#7793)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/lib/ReaderImpl.cc                |  6 ++-
 pulsar-client-cpp/lib/ReaderImpl.h                 |  3 ++
 pulsar-client-cpp/lib/Utils.h                      |  4 +-
 pulsar-client-cpp/tests/ReaderTest.cc              | 46 ++++++++++++++++++++++
 .../tests/{ConsumerTest.h => ReaderTest.h}         |  9 +++--
 5 files changed, 61 insertions(+), 7 deletions(-)
 copy pulsar-client-cpp/tests/{ConsumerTest.h => ReaderTest.h} (76%)