From 42f31cf9d0691f69f11d97ae978893f4d3d39840 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Fri, 12 Oct 2007 16:54:51 +0000 Subject: [PATCH] For some blasted reason the SATA WC change frees a structure right in the middle of using it. --- sys/dev/mpt/mpt_cam.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c index 18aab4cd6c70..7a67fbc34ea4 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); }