recognize this handle leak?

  • Thread starter Thread starter not_a_commie
  • Start date Start date
N

not_a_commie

My C# app (using managed DirectInput) leaks handles like mad on one of
my test boxes. (The other test boxes are fine.) The handle being
leaked (as reported by the SysInternals Handle program) is

HKLM\SYSTEM\ControlSet001\Control\MediaProperties\PrivateProperties
\DirectInput\VID_046D&PID_C517\Calibraton\0

Anybody recognize that or know how to track the beast down?
 
This leak shows up with wireless keyboards from MS as well as
Logitech. It appears to be a bug in the MDX 1 and (pre-release) 2. The
Manager.GetDevices leaks handles for some device types. That's all
there is to it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top