Mir

Code review comment for lp:~mir-team/mir/enable-late-release

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

(1) If the client library isn't guaranteeing this is cleaned up atexit for all clients already, I think it should. That's better than having to remember to reimplement the same in every client...

26 + // We should always release our connection
27 + atexit(&close_connection);

« Back to merge proposal