cvs commit: src/sys/compat/ndis subr_ndis.c
Bill Paul
wpaul at FreeBSD.org
Mon Mar 28 14:03:48 PST 2005
wpaul 2005-03-28 22:03:48 UTC
FreeBSD src repository
Modified files:
sys/compat/ndis subr_ndis.c
Log:
The filehandle allocated in NdisOpenFile() is allocated using
ExAllocatePoolWithTag(), not malloc(), so it should be released
with ExFreePool(), not free(). Fix a couple if instances of
free(fh, ...) that got overlooked.
Revision Changes Path
1.81 +2 -2 src/sys/compat/ndis/subr_ndis.c
More information about the cvs-src
mailing list