In ahc_free(), which is invoked if attachment fails, do not free()
authormiod <miod@openbsd.org>
Tue, 29 Jul 2008 21:18:53 +0000 (21:18 +0000)
committermiod <miod@openbsd.org>
Tue, 29 Jul 2008 21:18:53 +0000 (21:18 +0000)
commitfbe113007243706bc554f7d252d63941f3e03da0
treec5b5d1a9356f303c9b5667352e99caf64bb3cbd0
parent35710ea2ef31ca57e65d784986e3c12bd45d1a04
In ahc_free(), which is invoked if attachment fails, do not free()
pointers we don't own, but the autoconf machinery does.
sys/dev/ic/aic7xxx.c