Mir

Comment 5 for bug 1295231

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: TestClientInput memory leak in CI

Method to reproduce the leak:

1. Edit TEST_F(DemoPrivateProtobuf, client_calls_server) and insert some output/inspection of "connection" immediately before
"mir_connection_release(connection);". This seems to be enough to trigger some kind of race.
2. Run: valgrind --leak-check=full bin/mir_acceptance_tests --gtest_filter="DemoPrivateProtobuf.client_calls_server"