updatePdxStream was stepping on the m_buffer value with a newly-allocated copy, thus leaking the existing m_buffer value. Made m_buffer a std::shared_ptr, and let the runtime handle the memory management properly for us.
@mreddington @steve-sienk @vfordpivotal @dihardman @charliemblack [ Full content available at: https://github.com/apache/geode-native/pull/537 ] This message was relayed via gitbox.apache.org for [email protected]
