projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: fix VPATH issue
[bison.git]
/
src
/
symlist.c
diff --git
a/src/symlist.c
b/src/symlist.c
index 196db4c855f29fa3b0803bef823158a67054d298..300eeda87f68ed536a63be824803df5d7d6c2a7c 100644
(file)
--- a/
src/symlist.c
+++ b/
src/symlist.c
@@
-119,6
+119,8
@@
symbol_list_free (symbol_list *list)
{
next = node->next;
named_ref_free (node->named_ref);
+ if (node->content_type == SYMLIST_TYPE)
+ free (node->content.sem_type);
free (node);
}
}