Fix botch in last commit.

This commit is contained in:
Søren Schmidt 2004-01-18 15:58:30 +00:00
parent 3e281867ae
commit 61016883ad

View File

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