aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/timestamp.pb.cc
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-09-23 11:17:00 -0700
committerBo Yang <teboring@google.com>2016-10-10 11:44:21 -0700
commit4cf072248fc39d1c63dcb1600ff9e73df8757779 (patch)
tree0eff71b46678e988703a06e96d3a00681debd453 /src/google/protobuf/timestamp.pb.cc
parentf9f3c35eb36b208d99a85a21c05767dfd36f2968 (diff)
downloadprotobuf-4cf072248fc39d1c63dcb1600ff9e73df8757779.tar.gz
protobuf-4cf072248fc39d1c63dcb1600ff9e73df8757779.tar.bz2
protobuf-4cf072248fc39d1c63dcb1600ff9e73df8757779.zip
Fix default instance destructor
Diffstat (limited to 'src/google/protobuf/timestamp.pb.cc')
-rw-r--r--src/google/protobuf/timestamp.pb.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/timestamp.pb.cc b/src/google/protobuf/timestamp.pb.cc
index 54c6e868..cbf87425 100644
--- a/src/google/protobuf/timestamp.pb.cc
+++ b/src/google/protobuf/timestamp.pb.cc
@@ -71,6 +71,7 @@ void protobuf_RegisterTypes(const ::std::string&) {
} // namespace
void protobuf_ShutdownFile_google_2fprotobuf_2ftimestamp_2eproto() {
+ Timestamp::default_instance_.Shutdown();
delete Timestamp_reflection_;
}