pivotal-jbarrett commented on a change in pull request #682:
URL: https://github.com/apache/geode-native/pull/682#discussion_r517595960
##########
File path: clicache/src/DataInput.cpp
##########
@@ -93,8 +93,9 @@ namespace Apache
if (buffer != nullptr && buffer->Length > 0) {
_GF_MG_EXCEPTION_TRY2
- System::Int32 len = buffer->Length;
- _GEODE_NEW(m_buffer, System::Byte[len]);
+ System::Int32 len = buffer->Length;
Review comment:
auto?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]