ir_reader: Free memory for S-Expressions earlier.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 25 Jun 2010 20:10:37 +0000 (13:10 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 26 Jun 2010 00:07:42 +0000 (17:07 -0700)
commit78062273de65bf8133f2550aa2a26040a82a65aa
tree957cad20b1b86d0555e0fe130d27f4acf8ed70d0
parent85c978f38c819003b6447e8e4feb8b90bb352eea
ir_reader: Free memory for S-Expressions earlier.

There's no point in keeping it around once we've read the IR.

Also, remove an unnecessary talloc_parent call.
src/glsl/ir_reader.cpp