summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-01-09 22:07:24 +0000
committerjhb <jhb@FreeBSD.org>2003-01-09 22:07:24 +0000
commit6375e5f09a9130c83c628cd08c39b58280598668 (patch)
treeb9c14d58bbbca5e91b8d3ccc6d1ea0cfff9488a9 /usr.sbin/sysinstall/dist.c
parente7d622d221d2507a346a2e63a6fde4165a9896e1 (diff)
downloadFreeBSD-src-6375e5f09a9130c83c628cd08c39b58280598668.zip
FreeBSD-src-6375e5f09a9130c83c628cd08c39b58280598668.tar.gz
Fix a typo: s/save_free/safe_free/.
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index c50add6..c6fc39f 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -868,7 +868,7 @@ distExtract(char *parent, Distribution *me)
unmounted_dev = 0;
}
}
- save_free(buf);
+ safe_free(buf);
properties_free(dist_attr);
sigaction(SIGINT, &old, NULL); /* Restore signal handler */
restorescr(w);
OpenPOWER on IntegriCloud