summaryrefslogtreecommitdiffstats
path: root/Parser/firstsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/firstsets.c')
-rw-r--r--Parser/firstsets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Parser/firstsets.c b/Parser/firstsets.c
index fcd9ffd..0f4e09d 100644
--- a/Parser/firstsets.c
+++ b/Parser/firstsets.c
@@ -107,4 +107,6 @@ calcfirstset(grammar *g, dfa *d)
}
printf(" }\n");
}
+
+ PyMem_FREE(sym);
}