winex11.drv: Remove broken HeapFree call.

oldstable
Alexander Scott-Johns 2011-01-28 20:35:33 +00:00 committed by Alexandre Julliard
parent e39fc20638
commit e81e49787c
1 changed files with 0 additions and 1 deletions

View File

@ -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;