summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-10-12 16:54:51 +0000
committerscottl <scottl@FreeBSD.org>2007-10-12 16:54:51 +0000
commit5cb4d15a401c9d747eaef2fcba7f7835cc4b23cf (patch)
treec70bde4f4523ead48151280811ffa3aeb1e40464 /sys/dev/mpt
parent2e24a542dec6afd99cc65dd017efb285fc18a954 (diff)
downloadFreeBSD-src-5cb4d15a401c9d747eaef2fcba7f7835cc4b23cf.zip
FreeBSD-src-5cb4d15a401c9d747eaef2fcba7f7835cc4b23cf.tar.gz
For some blasted reason the SATA WC change frees a structure right in the
middle of using it.
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt_cam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c
index 18aab4c..7a67fbc 100644
--- a/sys/dev/mpt/mpt_cam.c
+++ b/sys/dev/mpt/mpt_cam.c
@@ -793,7 +793,6 @@ mpt_read_config_info_sas(struct mpt_softc *mpt)
break;
}
mpt->sas_portinfo = portinfo;
- free(portinfo, M_DEVBUF);
return (0);
}
OpenPOWER on IntegriCloud