]> git.saurik.com Git - bison.git/blobdiff - src/symlist.c
symtab: add missing initializations
[bison.git] / src / symlist.c
index 196db4c855f29fa3b0803bef823158a67054d298..300eeda87f68ed536a63be824803df5d7d6c2a7c 100644 (file)
@@ -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);
     }
 }