summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2004-01-18 15:58:30 +0000
committersos <sos@FreeBSD.org>2004-01-18 15:58:30 +0000
commit9d9c0df372af431e828fe7e54d25e82910dd9743 (patch)
tree3d9d816b5d0aeca41645a80c554e5048fb3f26a3 /sys
parent2d2beb20ceee4017500b74425170042f12125b19 (diff)
downloadFreeBSD-src-9d9c0df372af431e828fe7e54d25e82910dd9743.zip
FreeBSD-src-9d9c0df372af431e828fe7e54d25e82910dd9743.tar.gz
Fix botch in last commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ata/ata-raid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c
index 5d86886..ba720af 100644
--- a/sys/dev/ata/ata-raid.c
+++ b/sys/dev/ata/ata-raid.c
@@ -1312,8 +1312,8 @@ ar_highpoint_write_conf(struct ar_softc *rdp)
return -1;
}
}
+ free(config, M_AR);
}
- free(config, M_AR);
return 0;
}
@@ -1609,8 +1609,8 @@ ar_promise_write_conf(struct ar_softc *rdp)
return -1;
}
}
+ free(config, M_AR);
}
- free(config, M_AR);
return 0;
}
OpenPOWER on IntegriCloud