|
@@ -286,6 +286,8 @@ namespace {
|
|
struct ForceShutdown {
|
|
struct ForceShutdown {
|
|
~ForceShutdown() {
|
|
~ForceShutdown() {
|
|
ShutdownProtobufLibrary();
|
|
ShutdownProtobufLibrary();
|
|
|
|
+ // Test to shutdown the library twice, which should succeed.
|
|
|
|
+ ShutdownProtobufLibrary();
|
|
}
|
|
}
|
|
} force_shutdown;
|
|
} force_shutdown;
|
|
|
|
|