ChangeSet ID: 982891907230241108685732 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/02/22 20:31:47
Modified files: windows/x11drv : clipboard.c
Log message: Aric Stewart aric@codeweavers.com - We need to make sure we pay attention to if our call to SetClipboardData from the X11DRV version of the function works. If not we need to delete the global block we allocated. This is a sever memory leak with large clipboard items. - If an X selection it too large then X may give it to us in chunks, we were not handling this well.
Patch: http://cvs.winehq.com/patch.py?id=982891907230241108685732
Revision Changes Path 1.29 +39 -24 wine/windows/x11drv/clipboard.c