Willy-Kimura/SharpClipboard

ClipboardFiles not being cleared properly.

MuMugs opened this issue · 2 comments

ClipboardHandle.cs is not clearing SharpClipboardInstance.ClipboardFiles before adding files, so all the time you copy files to the clipboard its just gets bigger and bigger.

Simple .Clear() on line 198 will fix this problem.

Regards

And just to think I had included that...
Expect this in the next release.

Many thanks.

Best Regards, WK.

Update to v3.5.2 now available.