Add missing initialization of inOutFlags pointer.
authorCarl Worth <cworth@cworth.org>
Wed, 21 Jul 2010 20:26:26 +0000 (13:26 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Jul 2010 20:26:26 +0000 (13:26 -0700)
commit19e3771cff8e68fab88f06681d381ba3dad6c3ae
tree046c89e437a8e98247eab5b34fa259589164687a
parent9d1a61efbecfb0093887ebe14b4aff4e7f6aeb85
Add missing initialization of inOutFlags pointer.

This quiets a compiler warning, (and ensures a segmentation fault rather
than memory corruption if this variable is written through before being
initialized elsewhere).
src/mesa/slang/slang_link.c