android.c: fix free of uninitialized memory

Under certain error conditions, freecon is called with a pointer
to uninitialized memory. Make sure everything is initialized.

Move variable declaration before any goto statements. Variable
declaration after a goto statement produces weird runtime artifacts.

Change-Id: Ie1db5a8466bbf259f09a612a1c97afc3713e33df
1 file changed
tree: fad831aa4768cbbded8fb982371fc50d58c609e7
  1. include/
  2. src/
  3. Android.mk
  4. NOTICE