mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -1016,6 +1016,7 @@ main (int argc,
|
|||
loop = NULL;
|
||||
opt_context = NULL;
|
||||
name_owner_id = 0;
|
||||
stdin_channel = NULL;
|
||||
|
||||
g_type_init ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue