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:
Owen W. Taylor 2011-02-28 16:51:54 -05:00
parent 7c534a87cf
commit 29eb3215b3

View File

@ -1016,6 +1016,7 @@ main (int argc,
loop = NULL;
opt_context = NULL;
name_owner_id = 0;
stdin_channel = NULL;
g_type_init ();