npipe icon indicating copy to clipboard operation
npipe copied to clipboard

Fix the bug closing same windows handler twice.

Open lnkyan opened this issue 6 years ago • 0 comments

The overlapped.HEvent has been closed in PipeListener.Close and reset to 0. But close again in PipeListener.AcceptPipe with origin HEvent. So that throw a panic which cannot be recovered.

lnkyan avatar Oct 23 '18 07:10 lnkyan