[Bug 35945] WM_NOTIFY (LVN_GETDISPINFO) message sent to destroyed owner-data list view

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 9 03:07:48 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=35945

--- Comment #3 from Martin Prikryl <martin at winscp.net> ---
Sorry, you are actually right. It's LVN_DELETEALLITEMS.

Though the report still stands.

I'm attaching updated test application.

On Windows, the log is still the same:

Message [0002] - WM_DESTROY
Destroyed
Message [000E] - WM_GETTEXTLENGTH
Message [0082] - WM_NCDESTROY

On Wine:

Message [0002] - WM_DESTROY
Destroyed
Message [000E] - WM_GETTEXTLENGTH
Message [004E] - WM_NOTIFY - Code [FF98] - LVN_DELETEALLITEMS
WM_NOTIFY after WM_DESTROY
Message [1004]
Message [0082] - WM_NCDESTROY

-- 
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.



More information about the wine-bugs mailing list