Fix a typo: s/save_free/safe_free/.

This commit is contained in:
John Baldwin 2003-01-09 22:07:24 +00:00
parent d163d5b8c8
commit 4cabc17bf2

View File

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