]> git.xonotic.org Git - xonotic/gmqcc.git/commit
need to use ast_unref rather than ast_delete on the parsed array-size otherwise we...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 11:13:34 +0000 (12:13 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 11:13:34 +0000 (12:13 +0100)
commitfb264b90b9ee19af6e28afbfd5a415440907326b
treef1e3904d6dd1824b7b9cda04d770fd524e2bb41b
parent1fa67577e0560b592a6b60658718e5f037543932
need to use ast_unref rather than ast_delete on the parsed array-size otherwise we end up deleting constants
parser.c