https://bugs.winehq.org/show_bug.cgi?id=37038
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #9 from Sebastian Lackner sebastian@fds-team.de --- Does your program also leak memory in Windows when it runs for some time? And can you please check if adding
WaitForSingleObjectEx(GetCurrentProcess(), 0, TRUE);
at some places in your programs works around the issue?