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

middle of using it.
This commit is contained in:
Scott Long 2007-10-12 16:54:51 +00:00
parent b05e6558c9
commit 42f31cf9d0

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);
}