aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/wrappers.pb.cc
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2016-09-23 11:17:00 -0700
committerGravatar Bo Yang <teboring@google.com>2016-10-10 11:44:21 -0700
commit4cf072248fc39d1c63dcb1600ff9e73df8757779 (patch)
tree0eff71b46678e988703a06e96d3a00681debd453 /src/google/protobuf/wrappers.pb.cc
parentf9f3c35eb36b208d99a85a21c05767dfd36f2968 (diff)
Fix default instance destructor
Diffstat (limited to 'src/google/protobuf/wrappers.pb.cc')
-rw-r--r--src/google/protobuf/wrappers.pb.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/google/protobuf/wrappers.pb.cc b/src/google/protobuf/wrappers.pb.cc
index 41f1a271..4e3ffbb9 100644
--- a/src/google/protobuf/wrappers.pb.cc
+++ b/src/google/protobuf/wrappers.pb.cc
@@ -222,14 +222,23 @@ void protobuf_RegisterTypes(const ::std::string&) {
} // namespace
void protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto() {
+ DoubleValue::default_instance_.Shutdown();
delete DoubleValue_reflection_;
+ FloatValue::default_instance_.Shutdown();
delete FloatValue_reflection_;
+ Int64Value::default_instance_.Shutdown();
delete Int64Value_reflection_;
+ UInt64Value::default_instance_.Shutdown();
delete UInt64Value_reflection_;
+ Int32Value::default_instance_.Shutdown();
delete Int32Value_reflection_;
+ UInt32Value::default_instance_.Shutdown();
delete UInt32Value_reflection_;
+ BoolValue::default_instance_.Shutdown();
delete BoolValue_reflection_;
+ StringValue::default_instance_.Shutdown();
delete StringValue_reflection_;
+ BytesValue::default_instance_.Shutdown();
delete BytesValue_reflection_;
}