save_free the buf.

This commit is contained in:
obrien 2003-01-09 19:11:16 +00:00
parent 4556c70327
commit 95ba79a664

View File

@ -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);