summaryrefslogtreecommitdiffstatshomepage
path: root/py/emitpass1.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/emitpass1.c')
-rw-r--r--py/emitpass1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/emitpass1.c b/py/emitpass1.c
index 38115a51c1..6a26cd155b 100644
--- a/py/emitpass1.c
+++ b/py/emitpass1.c
@@ -97,6 +97,8 @@ static void emit_pass1_delete_id(emit_t *emit, qstr qstr) {
}
const emit_method_table_t emit_pass1_method_table = {
+ emit_pass1_free,
+
(void*)emit_pass1_dummy,
emit_pass1_start_pass,
emit_pass1_end_pass,