vc4: Fix a memory leak in the simulator case.
authorEric Anholt <eric@anholt.net>
Tue, 6 Oct 2015 23:12:50 +0000 (16:12 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 6 Oct 2015 23:29:14 +0000 (16:29 -0700)
commit922e0680f9152aaacde12636d91b97346b05d61c
tree7ea1b3195d3f3f52867a8b80c33529616866cea1
parent38610102137d546afc3f543604414f061f1aec88
vc4: Fix a memory leak in the simulator case.

We validate per draw call, and need to free the shader per draw call, too.
src/gallium/drivers/vc4/vc4_simulator.c