Fix a typo: s/save_free/safe_free/.
This commit is contained in:
parent
d163d5b8c8
commit
4cabc17bf2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user