mirror of
https://github.com/brl/mutter.git
synced 2025-05-07 07:34:56 +00:00

The start function has a few exit paths that need to perform clean up of the lock file. This commit consolidates those exit paths at the end using an out label and gotos. https://bugzilla.gnome.org/show_bug.cgi?id=748380