summaryrefslogtreecommitdiff
path: root/pith/bldaddr.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-06-14 16:50:18 -0600
committerEduardo Chappa <chappa@washington.edu>2018-06-14 16:50:18 -0600
commit6fc06defd55e7d00f620d40e52da47bc4c1b3a96 (patch)
tree8a6c410b0f9280f1b218358ac34178d506b104b6 /pith/bldaddr.c
parent992277048fb4c5f380edb8e9247b7e721662ca89 (diff)
downloadalpine-6fc06defd55e7d00f620d40e52da47bc4c1b3a96.tar.xz
* More changes to make Valgrind happy.
Diffstat (limited to 'pith/bldaddr.c')
-rw-r--r--pith/bldaddr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pith/bldaddr.c b/pith/bldaddr.c
index 2de234bc..3d7b9e7b 100644
--- a/pith/bldaddr.c
+++ b/pith/bldaddr.c
@@ -1261,3 +1261,9 @@ free_privatetop(PrivateTop **pt)
fs_give((void **)pt);
}
}
+
+void
+free_bldaddr_module_globals(void)
+{
+ if(last_fcc_used) fs_give((void **)&last_fcc_used);
+}