http://bugs.winehq.org/show_bug.cgi?id=9717
--- Comment #31 from Norbert Lataille nonal@freesurf.fr 2007-12-14 16:32:34 ---
Easy? Where do I have to look at? Or how could I check if it is a memory leak? Played on low details there was no crash (over 30 minutes).
First thing you can do is from time to time check the memory size of the process. top, ps auxw, cat /proc/PID/status all show vmRSS exploding => few gigs.
On my side, I can confirm there is a memory leak in wined3d, visible in wine logs. I am trying to spot which source files are concerned.