lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.8k stars 885 forks source link

Dialog 有 Bug ,内存不释放 #673

Open qq286888037 opened 4 years ago

qq286888037 commented 4 years ago

按照示例,调用Dialog,多次调用,内存和线程一直在增加,没有得到释放.主动调用dlg.Dispose()也是一样的情况

MikeLINGxZ commented 2 years ago

哥们,在这里中文不好使。 Translation: By example,when I call dialog,then menory and thread will increase but never release,even if I use dialog.Deispose(),it doesn't work.