Options

Can I use the profiler to find out the handle leak?

I use the profiler watch a window services. After I do a lot of action, I watch the handle's count up to 50,000 (never decrease) in task manager and the memory has decrease. But I don't know how to use the profiler to find out the problem.
Because the memory are release but the handles are not release.

Comments

Sign In or Register to comment.