http://bugs.winehq.org/show_bug.cgi?id=12119
--- Comment #6 from Lei Zhang thestig@google.com 2008-03-20 11:22:57 --- Created an attachment (id=11513) --> (http://bugs.winehq.org/attachment.cgi?id=11513) +menu trace and backtrace to see who is calling DestroyMenu
Someone is calling DestroyMenu on handle 0xf0, so I added an assert(0) in DestroyMenu() to see who is doing that.