diff options
author | obrien <obrien@FreeBSD.org> | 2003-01-09 19:11:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-01-09 19:11:16 +0000 |
commit | 2bd2567c6bdec204afc208f0dc052d08c2e2ce50 (patch) | |
tree | 261859665c65aebd9b21f3c12a1f11ace7d636da /usr.sbin/sysinstall/dist.c | |
parent | a41e13b44bdda3eae007b97ab9e6951cf98cddec (diff) | |
download | FreeBSD-src-2bd2567c6bdec204afc208f0dc052d08c2e2ce50.zip FreeBSD-src-2bd2567c6bdec204afc208f0dc052d08c2e2ce50.tar.gz |
save_free the buf.
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r-- | usr.sbin/sysinstall/dist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 4b131fd..c50add6 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -868,6 +868,7 @@ distExtract(char *parent, Distribution *me) unmounted_dev = 0; } } + save_free(buf); properties_free(dist_attr); sigaction(SIGINT, &old, NULL); /* Restore signal handler */ restorescr(w); |