summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-08-12 05:09:17 +0000
committerScott Long <scottl@FreeBSD.org>2004-08-12 05:09:17 +0000
commitba1d57e7d9738bcc74d84b87d21d4a9aee36be94 (patch)
treea9383553d5588a80f8177854dc73ea9c4733857b /sys/dev
parentbb6fe253cc602e4a0a4ba3a96b9d1da80f3c4e56 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/aac/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index 8d96c4d03f20..a0bc1ada4a25 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -2636,7 +2636,7 @@ aac_handle_aif(struct aac_softc *sc, struct aac_fib *fib)
TAILQ_REMOVE(&sc->aac_container_tqh, co,
co_link);
mtx_unlock(&sc->aac_container_lock);
- FREE(co, M_AACBUF);
+ free(co, M_AACBUF);
co = co_next;
} else {
co->co_found = 0;