aboutsummaryrefslogtreecommitdiff
path: root/cxrefbas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cxrefbas.c')
-rw-r--r--cxrefbas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cxrefbas.c b/cxrefbas.c
index 5111e18..ad7a640 100644
--- a/cxrefbas.c
+++ b/cxrefbas.c
@@ -67,6 +67,7 @@ int main(int argc, char **argv) {
build_ref_table();
print_ref_table();
+ free_ref_table();
return 0;
}