]> git.xonotic.org Git - xonotic/gmqcc.git/commit
When erroring while parsing a function and the function had been added to the parser...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 28 Oct 2012 14:28:39 +0000 (15:28 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 28 Oct 2012 14:28:39 +0000 (15:28 +0100)
commit201bfb98033aed853b10899f0b190b875674b16c
tree6e775fd93160785812b96e09f4752c07b69f6b8f
parent921bbd7a8a84a5f12f59eaba2977017cd37f6ce0
When erroring while parsing a function and the function had been added to the parser's function list, remove it, otherwise it'll get freed again in the parser's cleanup function
parser.c