Mir

Code review comment for lp:~afrantzis/mir/fix-1401364-death-test-leaks

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Also basic logic says no :)

ASSERT_FALSE(mir_connection_is_valid(connection));
// so connection is not valid, and then:
mir_connection_release(connection);

review: Needs Fixing

« Back to merge proposal