Searched hist:144256 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.cdiff 144256 Mon Mar 28 20:03:47 MST 2005 wpaul 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.

Completed in 118 milliseconds