Aug. 22, 2026
5:49 p.m.
http://bugs.winehq.org/show_bug.cgi?id=60215 --- Comment #5 from Aydar Kamaltdinov <aydar.kamaltdinov@gmail.com> --- Empirical verification (200-iteration loop, measuring wineserver's /proc/<pid>/fd eventfd count) ------- Scenario: 200x CreateThread WITHOUT CloseHandle Before fix: 852 (baseline ~452 + 200x2) After fix: 853 (unchanged -- object never destroyed, expected) Scenario: 200x CreateThread WITH CloseHandle (correct app code) Before fix: 652 (baseline ~452 + 200x1 -- leaking despite fully correct code) After fix: 453 (= baseline, ZERO leak) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.