http://bugs.winehq.org/show_bug.cgi?id=19561
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |577cb166d48e5c6f270237179cd | |beb82a68b1ac0 CC| |bernhardu@mailbox.org Status|UNCONFIRMED |RESOLVED
--- Comment #12 from Bernhard Übelacker bernhardu@mailbox.org --- Because my ancient Debian-8-Jessie VM was already up, I tried to attach two virtual USB adapters, connected via "null-modem" cable. Running there wine-1.1.26 with the test application shows a small increase of RSS in the output of ps in processes sertest.exe and wineserver over a few minutes.
After following commit I could this increase no longer see. 577cb166d48e5c6f270237179cdbeb82a68b1ac0 is the first not-leaking commit commit 577cb166d48e5c6f270237179cdbeb82a68b1ac0 Author: Alexandre Julliard julliard@winehq.org Date: Mon Mar 2 17:53:40 2015 +0900 ntdll: Don't queue a user APC when there is no callback function.
This commit is included since wine-1.7.38.
With the same setup with wine-10.0 I could also not see such an increase.