aboutsummaryrefslogtreecommitdiff
path: root/cxrefbas.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-18 01:50:21 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-18 01:50:21 -0400
commit600c7fcd2ca1827cb1e02d8821878410ae410638 (patch)
treef4d5685c91c0256dc7935406f4611defce016f63 /cxrefbas.c
parente1ba78324eccdb4db798bf05d640d616ccecc217 (diff)
downloadbw-atari8-tools-600c7fcd2ca1827cb1e02d8821878410ae410638.tar.gz
cxrefbas and renumbas: free allocated memory on exit.
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;
}