GApplication: don't shutdown() on failure to start
authorRyan Lortie <desrt@desrt.ca>
Sat, 24 Nov 2012 18:20:29 +0000 (13:20 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 24 Nov 2012 18:20:29 +0000 (13:20 -0500)
commit543bbd8752cf6370897c711afed3caa0663a4850
tree8db20dfc8ee30513117a7f46d4334d42a4119a2e
parentbe008ea6e2fd4d6fa38d00b16365b20e7fc2f876
GApplication: don't shutdown() on failure to start

If we fail to start (and don't register() or call startup()) then also
don't call shutdown().  This happens in the case of failing to parse
commandline arguments, for example.
gio/gapplication.c