http://bugs.winehq.org/show_bug.cgi?id=19050
--- Comment #3 from Paul Vriens Paul.Vriens.Wine@gmail.com 2009-06-23 12:25:14 --- If I change the code in listview.c like this:
780 /* cleanup */ 781 //Free(text); 782 Free(filter);
I don't see these access violations anymore.
Hope that helps.