#51 Call ShutDownCommandLineFlags for (manual) valgrind test

This commit is contained in:
Andreas Schuh 2016-02-19 13:20:28 +00:00
parent 7a69001868
commit 762f9cbb65

View 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;
}