winex11.drv: Remove broken HeapFree call.
This commit is contained in:
parent
e39fc20638
commit
e81e49787c
|
@ -1546,7 +1546,6 @@ static HANDLE X11DRV_CLIPBOARD_ExportXAString(LPWINE_CLIPDATA lpData, LPDWORD lp
|
|||
*lpBytes = j; /* Number of bytes in string */
|
||||
|
||||
done:
|
||||
HeapFree(GetProcessHeap(), 0, text);
|
||||
GlobalUnlock(lpData->hData);
|
||||
|
||||
return lpstr;
|
||||
|
|
Loading…
Reference in New Issue