Fix memory leaking in the parser
authorHomer Hsing <homer.xing@intel.com>
Thu, 20 Sep 2012 06:04:20 +0000 (14:04 +0800)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Mar 2013 15:54:33 +0000 (15:54 +0000)
commit2ab4c0d9b8b15e770ef6a6af4f60a2f5bf007c2b
treee56ae3dc47cc3f9b1e130532febae5433a27382c
parent741008e0503df0a0626d27da99a30aac0c880c29
Fix memory leaking in the parser

STRING has been malloc'ed by strdup in src/lex.l but forgotten to
be freed in src/gram.y.
assembler/src/gram.y