http://bugs.winehq.org/show_bug.cgi?id=8287
Jan de Mooij jandemooij@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jandemooij@gmail.com
--- Comment #7 from Jan de Mooij jandemooij@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?