Fix botch in last commit.

This commit is contained in:
sos 2004-01-18 15:58:30 +00:00
parent 2d2beb20ce
commit 9d9c0df372

View File

@ -1312,8 +1312,8 @@ ar_highpoint_write_conf(struct ar_softc *rdp)
return -1;
}
}
free(config, M_AR);
}
free(config, M_AR);
return 0;
}
@ -1609,8 +1609,8 @@ ar_promise_write_conf(struct ar_softc *rdp)
return -1;
}
}
free(config, M_AR);
}
free(config, M_AR);
return 0;
}