Willy-Kimura / SharpClipboard

A library for anonymously monitoring clipboard entries.
183 stars 34 forks source link

ClipboardFiles not being cleared properly. #14

Closed MuMugs closed 4 years ago

MuMugs commented 4 years ago

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

Willy-Kimura commented 4 years ago

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

Many thanks.

Best Regards, WK.

Willy-Kimura commented 4 years ago

Update to v3.5.2 now available.