Hi Folks,

I am trying to debug a VC++ implemented application which I believe is leaking Handles (specifically Win32 Events). I am using Process Explorer and Windows Task Manager to identify and count the Event handles.

My problem is that the number of Event handles I see displayed within Task Manager and Process Explorer is a lot more than the Events actually created programmatically within the application code.

Does anyone know where these extra Event handles are coming from ? Process Explorer actually lists these extra handles as "unnamed".


Thanks in advance for your help.

Avayi.