#51 Call ShutDownCommandLineFlags for (manual) valgrind test
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Fri, 19 Feb 2016 13:20:28 +0000 (13:20 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Fri, 19 Feb 2016 13:20:40 +0000 (13:20 +0000)
test/config/main.cc

index 9b2b898..5edd9a1 100644 (file)
@@ -8,5 +8,6 @@ int main(int argc, char **argv)
   gflags::SetUsageMessage("Test CMake configuration of gflags library (gflags-config.cmake)");
   gflags::ParseCommandLineFlags(&argc, &argv, true);
   std::cout << FLAGS_message << std::endl;
+  gflags::ShutDownCommandLineFlags();
   return 0;
 }