mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:02:01 +00:00
[USER32] Fix use-after-free. wine patch by Thomas Faller
svn path=/trunk/; revision=72569
This commit is contained in:
parent
25c33a9dae
commit
67e98141b8
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ static WDML_QUEUE_STATE WDML_HandlePokeReply(WDML_CONV* pConv, MSG* msg, WDML_XA
|
|||
GlobalDeleteAtom(uiHi);
|
||||
|
||||
if (ack) *ack = uiLo;
|
||||
GlobalFree(pXAct->hMem);
|
||||
pXAct->hMem = GlobalFree(pXAct->hMem);
|
||||
|
||||
pXAct->hDdeData = (HDDEDATA)TRUE;
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue