http://bugs.winehq.org/show_bug.cgi?id=8287 Jan de Mooij <jandemooij(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jandemooij(a)gmail.com --- Comment #7 from Jan de Mooij <jandemooij(a)gmail.com> 2008-09-13 17:09:46 --- Something like this happens: - app allocates memory using GlobalAlloc - mem is freed - a Wine gdi function allocates memory for an object, it gets the previously freed block - so far, so good.. - IrfanView frees the memory again, so the gdi struct is corrupted and Wine crashes when using it again Looks like an application bug? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.