mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 22:03:02 +00:00
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.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
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.
|
||||
|
||||
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/options.h, src/options.c (create_long_option_table): Rename
|
||||
|
||||
Reference in New Issue
Block a user