r600: protect cleanup instructions from double free
authorAndre Maasikas <amaasikas@gmail.com>
Thu, 2 Sep 2010 08:09:52 +0000 (11:09 +0300)
committerAndre Maasikas <amaasikas@gmail.com>
Thu, 9 Sep 2010 08:08:11 +0000 (11:08 +0300)
commit7753416c5b6bdcc757983400c50c5cf878bc9caf
treeef5d1d7b5b2f4b34dd36971846483deb875d0b05
parent5697bf166082119593bf1297028d03a7938eacfb
r600: protect cleanup instructions from double free

We might get the cleanup when we have not translated the shader yet
e.g 2 programstringnotifys in a row
src/mesa/drivers/dri/r600/r700_assembler.c
src/mesa/drivers/dri/r600/r700_shader.c