OSDN Git Service

draw: init draw->pt.middle.general = NULL just to be safe
authorBrian Paul <brianp@vmware.com>
Wed, 7 Apr 2010 13:09:52 +0000 (07:09 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 7 Apr 2010 13:09:57 +0000 (07:09 -0600)
commit78fd65fd2c9b537b88bf35454b98323029ee1bb3
tree1a0d24ac42d42dbf882934111894490e03a97221
parentda17623c33cddf96c0f63b32e25ebc33b04a2b14
draw: init draw->pt.middle.general = NULL just to be safe

This field should be null from the initial calloc() of the draw context,
but let's be safe (and improve understanding of the code).
src/gallium/auxiliary/draw/draw_pt.c