| commit | 278dd15eb2184c0fd586b3d8fec82c37cb60247c | [log] [tgz] |
|---|---|---|
| author | Aric Stewart <aric@codeweavers.com> | Fri Feb 23 01:31:47 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 23 01:31:47 2001 +0000 |
| tree | a69ab336026453717cd907725e495c5903d63e4b | |
| parent | e2682cafd8712159ea821ee074dadb0dfba51814 [diff] |
- 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.