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