For some blasted reason the SATA WC change frees a structure right in the

middle of using it.
This commit is contained in:
scottl 2007-10-12 16:54:51 +00:00
parent 2e24a542de
commit 5cb4d15a40

View File

@ -793,7 +793,6 @@ mpt_read_config_info_sas(struct mpt_softc *mpt)
break;
}
mpt->sas_portinfo = portinfo;
free(portinfo, M_DEVBUF);
return (0);
}