commit | d2fd0638c309113ccae3731a58e30419f522269a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@630680e5-0e50-0410-840e-4b1c322b438d> | Fri Jul 24 01:00:35 2009 +0000 |
committer | [email protected] <[email protected]@630680e5-0e50-0410-840e-4b1c322b438d> | Fri Jul 24 01:00:35 2009 +0000 |
tree | 19765ef6018015a1ae7a84ead0dd13592c2442b5 | |
parent | 31afcd730b279a6aa810cee447757725a7031353 [diff] [blame] |
Down-integrate some code from an internal branch. (More to come.)
diff --git a/examples/list_people.cc b/examples/list_people.cc index bd9a583..5363152 100644 --- a/examples/list_people.cc +++ b/examples/list_people.cc
@@ -61,5 +61,8 @@ ListPeople(address_book); + // Optional: Delete all global objects allocated by libprotobuf. + google::protobuf::ShutdownProtobufLibrary(); + return 0; }