summaryrefslogtreecommitdiff
path: root/src/upbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upbc.c')
-rw-r--r--src/upbc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upbc.c b/src/upbc.c
index a636301..62f5afd 100644
--- a/src/upbc.c
+++ b/src/upbc.c
@@ -231,6 +231,7 @@ int main(int argc, char *argv[])
free(defs);
upb_string_unref(descriptor);
upb_symtab_unref(s);
+ upb_symtab_unref(s2);
fclose(h_const_file);
return 0;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback