mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
launcher: Fix a gcc warning
self could be returned uninitialized.
This commit is contained in:
parent
438410c22c
commit
23c00688b4
@ -307,7 +307,7 @@ get_kms_fd (Login1Session *session_proxy,
|
||||
MetaLauncher *
|
||||
meta_launcher_new (void)
|
||||
{
|
||||
MetaLauncher *self;
|
||||
MetaLauncher *self = NULL;
|
||||
Login1Session *session_proxy;
|
||||
GError *error = NULL;
|
||||
int kms_fd;
|
||||
|
Loading…
Reference in New Issue
Block a user