aboutsummaryrefslogtreecommitdiff
path: root/linetab.h
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 /linetab.h
parente1ba78324eccdb4db798bf05d640d616ccecc217 (diff)
downloadbw-atari8-tools-600c7fcd2ca1827cb1e02d8821878410ae410638.tar.gz
cxrefbas and renumbas: free allocated memory on exit.
Diffstat (limited to 'linetab.h')
-rw-r--r--linetab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linetab.h b/linetab.h
index c6aeb15..e38335a 100644
--- a/linetab.h
+++ b/linetab.h
@@ -20,3 +20,4 @@ extern int lines_exist[];
extern void add_lineref(unsigned short from, unsigned short pos);
extern void build_ref_table(void);
+extern void free_ref_table(void);