st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this function
authorMarek Olšák <maraeo@gmail.com>
Wed, 27 Apr 2011 11:04:21 +0000 (13:04 +0200)
committerMarek Olšák <maraeo@gmail.com>
Wed, 27 Apr 2011 11:16:35 +0000 (13:16 +0200)
commite031bed122a8902808b197549e7952cde10d310c
tree50255f0bf04b92c5ddb1bd4c084c3f73ace4bc6c
parent1e5dc6a7788f4c548fbed38813090978fdacd984
st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this function

It's initialized later in a conditional the condition of which is always true
the first time it's evaluated.
src/mesa/state_tracker/st_draw.c