A Handle was leaked |
Application Verifier break message
A handle was leaked.
Probable Cause
A DLL obtained a handle, and the handle was not released before the DLL was dynamically unloaded.
Information Displayed by Application Verifier
Parameter 1 � Value of the handle.
Parameter 2 � Address of the allocation stack pointer.
Parameter 3 � Address of the name of the DLL that obtained the handle.
Parameter 4 � not used.
Additional Information:
Verifier stop code 901
To debug this stop:
!htrace Parameter1 to get additional information about the handle.
dps Parameter 2 to get the stack trace of the allocation
du Parameter 3 to get the name of the DLL that allocated the resource