Index: third_party/protobuf/src/google/protobuf/io/gzip_stream.cc |
diff --git a/third_party/protobuf/src/google/protobuf/io/gzip_stream.cc b/third_party/protobuf/src/google/protobuf/io/gzip_stream.cc |
index 1be6c8635952429b820b2a9570261031fd0fb77c..9c621b6a279b077373f7498b392a6e6b6573e4df 100644 |
--- a/third_party/protobuf/src/google/protobuf/io/gzip_stream.cc |
+++ b/third_party/protobuf/src/google/protobuf/io/gzip_stream.cc |
@@ -241,9 +241,7 @@ void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, |
GzipOutputStream::~GzipOutputStream() { |
Close(); |
- if (input_buffer_ != NULL) { |
- operator delete(input_buffer_); |
- } |
+ operator delete(input_buffer_); |
} |
// private |