K 10 svn:author V 5 wpaul K 8 svn:date V 27 2005-03-28T22:03:47.000000Z K 7 svn:log V 221 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. END