Re: [PATCH 1/3] shell32: Don't call SendMessage inside critical section
20 Sep
2011
20 Sep
'11
5:50 p.m.
Piotr Caban <piotr(a)codeweavers.com> writes:
@@ -355,24 +351,34 @@ void WINAPI SHChangeNotify(LONG wEventId, UINT uFlags, LPCVOID dwItem1, LPCVOID if( !notify ) continue;
- ptr->pidlSignaled = ILClone(Pidls[0]); + item = SHAlloc(sizeof(struct notification_recipients)); + if(!item) { + ERR("out of memory\n"); + continue; + }
This one is never freed. -- Alexandre Julliard julliard(a)winehq.org
5196
Age (days ago)
5196
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard