json-lexer: Initialize 'x' and 'y'
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 17 May 2010 20:50:01 +0000 (17:50 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Fri, 11 Jun 2010 18:25:14 +0000 (15:25 -0300)
commit832ec6bacd92a5ac6e0f291ce4221647b8ab0e0a
tree638ddadeedbbf658d702d368c1f803e74b0c17de
parentcd6ad5595f704d9dd93c3f0d860c858587c9d86e
json-lexer: Initialize 'x' and 'y'

The 'lexer' variable is passed by the caller, it can contain anything
(eg. garbage).

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
json-lexer.c