mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
Memory leak.
* src/reader.c (reader): Free grammar.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
Memory leak.
|
||||||
|
|
||||||
|
* src/reader.c (reader): Free grammar.
|
||||||
|
|
||||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Memory leak.
|
Memory leak.
|
||||||
|
|||||||
@@ -1867,4 +1867,7 @@ reader (void)
|
|||||||
|
|
||||||
/* Convert the grammar into the format described in gram.h. */
|
/* Convert the grammar into the format described in gram.h. */
|
||||||
packgram ();
|
packgram ();
|
||||||
|
|
||||||
|
/* The grammar as a symbol_list is no longer needed. */
|
||||||
|
LIST_FREE (symbol_list, grammar);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user