aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/struct.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/struct.pb.cc
parentf9f3c35eb36b208d99a85a21c05767dfd36f2968 (diff)
Fix default instance destructor
Diffstat (limited to 'src/google/protobuf/struct.pb.cc')
-rw-r--r--src/google/protobuf/struct.pb.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/google/protobuf/struct.pb.cc b/src/google/protobuf/struct.pb.cc
index c609f879..7ef736e2 100644
--- a/src/google/protobuf/struct.pb.cc
+++ b/src/google/protobuf/struct.pb.cc
@@ -137,9 +137,12 @@ void protobuf_RegisterTypes(const ::std::string&) {
} // namespace
void protobuf_ShutdownFile_google_2fprotobuf_2fstruct_2eproto() {
+ Struct::default_instance_.Shutdown();
delete Struct_reflection_;
+ Value::default_instance_.Shutdown();
delete Value_default_oneof_instance_;
delete Value_reflection_;
+ ListValue::default_instance_.Shutdown();
delete ListValue_reflection_;
}