handle-leak
odd handle leak
My application (base application is MFC interop with C++/CLI but it also contains a lot of C#, Windows Forms, WPF) has has a handle leak. Shortly after application start I can see the handle count in[详细]
2023-02-28 07:17 分类:问答How to avoid leaking handles when invoking in UI from System.Threading.Timer?
It seems like calling Invoke on a winforms control in a callback from a System.Threading.Timer leaks handles until the timer is disposed.Does anyone have an idea of how to work around this?I need to p[详细]
2022-12-08 22:24 分类:问答