gnome-shell-calendar-server.c: Fix uninitialized variable usage
In case of of bad command line options being passed, an uninitialized variable would be accessed.
This commit is contained in:
parent
7c534a87cf
commit
29eb3215b3
@ -1016,6 +1016,7 @@ main (int argc,
|
||||
loop = NULL;
|
||||
opt_context = NULL;
|
||||
name_owner_id = 0;
|
||||
stdin_channel = NULL;
|
||||
|
||||
g_type_init ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user