]> git.saurik.com Git - bison.git/commit
Memory leak.
authorAkim Demaille <akim@epita.fr>
Sat, 29 Dec 2001 14:21:23 +0000 (14:21 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 29 Dec 2001 14:21:23 +0000 (14:21 +0000)
commit375d580671a0e20f43451f72247801048c0d25cb
tree7c9a1b1c676d97d204283c3c8ae96ddb708d2909
parentf51cb8ff8c21e05f0139f723dc6d9018915fed7d
Memory leak.
* src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
since it allocates it for each state, although only one is needed.
(allocate_storage): Do it here.
ChangeLog
src/LR0.c